[][src]Trait uikit_sys::INSCollectionLayoutEdgeSpacing

pub trait INSCollectionLayoutEdgeSpacing: Sized + Deref {
    unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn leading(self) -> NSCollectionLayoutSpacing
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn top(self) -> NSCollectionLayoutSpacing
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn trailing(self) -> NSCollectionLayoutSpacing
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn bottom(self) -> NSCollectionLayoutSpacing
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn spacingForLeading_top_trailing_bottom_(
        leading: NSCollectionLayoutSpacing,
        top: NSCollectionLayoutSpacing,
        trailing: NSCollectionLayoutSpacing,
        bottom: NSCollectionLayoutSpacing
    ) -> 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 leading(self) -> NSCollectionLayoutSpacing where
    Self::Target: Message + Sized

unsafe fn top(self) -> NSCollectionLayoutSpacing where
    Self::Target: Message + Sized

unsafe fn trailing(self) -> NSCollectionLayoutSpacing where
    Self::Target: Message + Sized

unsafe fn bottom(self) -> NSCollectionLayoutSpacing where
    Self::Target: Message + Sized

unsafe fn spacingForLeading_top_trailing_bottom_(
    leading: NSCollectionLayoutSpacing,
    top: NSCollectionLayoutSpacing,
    trailing: NSCollectionLayoutSpacing,
    bottom: NSCollectionLayoutSpacing
) -> instancetype where
    Self::Target: Message + Sized

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

Loading content...

Implementors

impl INSCollectionLayoutEdgeSpacing for NSCollectionLayoutEdgeSpacing[src]

Loading content...