[][src]Trait uikit_sys::INSCollectionLayoutSupplementaryItem

pub trait INSCollectionLayoutSupplementaryItem: Sized + Deref {
    unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn zIndex(self) -> NSInteger
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setZIndex_(self, zIndex: NSInteger)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn elementKind(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn containerAnchor(self) -> NSCollectionLayoutAnchor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn itemAnchor(self) -> NSCollectionLayoutAnchor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn supplementaryItemWithLayoutSize_elementKind_containerAnchor_(
        layoutSize: NSCollectionLayoutSize,
        elementKind: NSString,
        containerAnchor: NSCollectionLayoutAnchor
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn supplementaryItemWithLayoutSize_elementKind_containerAnchor_itemAnchor_(
        layoutSize: NSCollectionLayoutSize,
        elementKind: NSString,
        containerAnchor: NSCollectionLayoutAnchor,
        itemAnchor: NSCollectionLayoutAnchor
    ) -> 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 zIndex(self) -> NSInteger where
    Self::Target: Message + Sized

unsafe fn setZIndex_(self, zIndex: NSInteger) where
    Self::Target: Message + Sized

unsafe fn elementKind(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn containerAnchor(self) -> NSCollectionLayoutAnchor where
    Self::Target: Message + Sized

unsafe fn itemAnchor(self) -> NSCollectionLayoutAnchor where
    Self::Target: Message + Sized

unsafe fn supplementaryItemWithLayoutSize_elementKind_containerAnchor_(
    layoutSize: NSCollectionLayoutSize,
    elementKind: NSString,
    containerAnchor: NSCollectionLayoutAnchor
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn supplementaryItemWithLayoutSize_elementKind_containerAnchor_itemAnchor_(
    layoutSize: NSCollectionLayoutSize,
    elementKind: NSString,
    containerAnchor: NSCollectionLayoutAnchor,
    itemAnchor: NSCollectionLayoutAnchor
) -> instancetype where
    Self::Target: Message + Sized

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

Loading content...

Implementors

impl INSCollectionLayoutSupplementaryItem for NSCollectionLayoutBoundarySupplementaryItem[src]

impl INSCollectionLayoutSupplementaryItem for NSCollectionLayoutSupplementaryItem[src]

Loading content...