[][src]Trait uikit_sys::PNSCollectionLayoutContainer

pub trait PNSCollectionLayoutContainer: Sized + Deref {
    unsafe fn contentSize(self) -> CGSize
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn effectiveContentSize(self) -> CGSize
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn contentInsets(self) -> NSDirectionalEdgeInsets
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn effectiveContentInsets(self) -> NSDirectionalEdgeInsets
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn contentSize(self) -> CGSize where
    Self::Target: Message + Sized

unsafe fn effectiveContentSize(self) -> CGSize where
    Self::Target: Message + Sized

unsafe fn contentInsets(self) -> NSDirectionalEdgeInsets where
    Self::Target: Message + Sized

unsafe fn effectiveContentInsets(self) -> NSDirectionalEdgeInsets where
    Self::Target: Message + Sized

Loading content...

Implementors

Loading content...