[][src]Trait uikit_sys::INSCollectionLayoutBoundarySupplementaryItem

pub trait INSCollectionLayoutBoundarySupplementaryItem: Sized + Deref {
    unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn extendsBoundary(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setExtendsBoundary_(self, extendsBoundary: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn pinToVisibleBounds(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setPinToVisibleBounds_(self, pinToVisibleBounds: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn alignment(self) -> NSRectAlignment
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn offset(self) -> CGPoint
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn boundarySupplementaryItemWithLayoutSize_elementKind_alignment_(
        layoutSize: NSCollectionLayoutSize,
        elementKind: NSString,
        alignment: NSRectAlignment
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn boundarySupplementaryItemWithLayoutSize_elementKind_alignment_absoluteOffset_(
        layoutSize: NSCollectionLayoutSize,
        elementKind: NSString,
        alignment: NSRectAlignment,
        absoluteOffset: CGPoint
    ) -> 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 extendsBoundary(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn setExtendsBoundary_(self, extendsBoundary: BOOL) where
    Self::Target: Message + Sized

unsafe fn pinToVisibleBounds(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn setPinToVisibleBounds_(self, pinToVisibleBounds: BOOL) where
    Self::Target: Message + Sized

unsafe fn alignment(self) -> NSRectAlignment where
    Self::Target: Message + Sized

unsafe fn offset(self) -> CGPoint where
    Self::Target: Message + Sized

unsafe fn boundarySupplementaryItemWithLayoutSize_elementKind_alignment_(
    layoutSize: NSCollectionLayoutSize,
    elementKind: NSString,
    alignment: NSRectAlignment
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn boundarySupplementaryItemWithLayoutSize_elementKind_alignment_absoluteOffset_(
    layoutSize: NSCollectionLayoutSize,
    elementKind: NSString,
    alignment: NSRectAlignment,
    absoluteOffset: CGPoint
) -> instancetype where
    Self::Target: Message + Sized

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

Loading content...

Implementors

impl INSCollectionLayoutBoundarySupplementaryItem for NSCollectionLayoutBoundarySupplementaryItem[src]

Loading content...