[][src]Trait uikit_sys::INSCollectionLayoutSize

pub trait INSCollectionLayoutSize: Sized + Deref {
    unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn widthDimension(self) -> NSCollectionLayoutDimension
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn heightDimension(self) -> NSCollectionLayoutDimension
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn sizeWithWidthDimension_heightDimension_(
        width: NSCollectionLayoutDimension,
        height: NSCollectionLayoutDimension
    ) -> 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 widthDimension(self) -> NSCollectionLayoutDimension where
    Self::Target: Message + Sized

unsafe fn heightDimension(self) -> NSCollectionLayoutDimension where
    Self::Target: Message + Sized

unsafe fn sizeWithWidthDimension_heightDimension_(
    width: NSCollectionLayoutDimension,
    height: NSCollectionLayoutDimension
) -> instancetype where
    Self::Target: Message + Sized

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

Loading content...

Implementors

impl INSCollectionLayoutSize for NSCollectionLayoutSize[src]

Loading content...