[][src]Trait uikit_sys::INSCollectionLayoutItem

pub trait INSCollectionLayoutItem: Sized + Deref {
    unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn contentInsets(self) -> NSDirectionalEdgeInsets
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setContentInsets_(self, contentInsets: NSDirectionalEdgeInsets)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn edgeSpacing(self) -> NSCollectionLayoutEdgeSpacing
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setEdgeSpacing_(self, edgeSpacing: NSCollectionLayoutEdgeSpacing)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn layoutSize(self) -> NSCollectionLayoutSize
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn supplementaryItems(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn itemWithLayoutSize_(
        layoutSize: NSCollectionLayoutSize
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn itemWithLayoutSize_supplementaryItems_(
        layoutSize: NSCollectionLayoutSize,
        supplementaryItems: NSArray
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn new() -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn init(self) -> instancetype where
    Self::Target: Message + Sized

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

unsafe fn setContentInsets_(self, contentInsets: NSDirectionalEdgeInsets) where
    Self::Target: Message + Sized

unsafe fn edgeSpacing(self) -> NSCollectionLayoutEdgeSpacing where
    Self::Target: Message + Sized

unsafe fn setEdgeSpacing_(self, edgeSpacing: NSCollectionLayoutEdgeSpacing) where
    Self::Target: Message + Sized

unsafe fn layoutSize(self) -> NSCollectionLayoutSize where
    Self::Target: Message + Sized

unsafe fn supplementaryItems(self) -> NSArray where
    Self::Target: Message + Sized

unsafe fn itemWithLayoutSize_(
    layoutSize: NSCollectionLayoutSize
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn itemWithLayoutSize_supplementaryItems_(
    layoutSize: NSCollectionLayoutSize,
    supplementaryItems: NSArray
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn new() -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSCollectionLayoutItem for NSCollectionLayoutBoundarySupplementaryItem[src]

impl INSCollectionLayoutItem for NSCollectionLayoutDecorationItem[src]

impl INSCollectionLayoutItem for NSCollectionLayoutGroup[src]

impl INSCollectionLayoutItem for NSCollectionLayoutItem[src]

impl INSCollectionLayoutItem for NSCollectionLayoutSupplementaryItem[src]

Loading content...