[][src]Trait uikit_sys::PNSCollectionLayoutEnvironment

pub trait PNSCollectionLayoutEnvironment: Sized + Deref {
    unsafe fn container(self) -> *mut u64
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn traitCollection(self) -> UITraitCollection
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn container(self) -> *mut u64 where
    Self::Target: Message + Sized

unsafe fn traitCollection(self) -> UITraitCollection where
    Self::Target: Message + Sized

Loading content...

Implementors

Loading content...