[][src]Trait uikit_sys::PUILayoutSupport

pub trait PUILayoutSupport: Sized + Deref {
    unsafe fn length(self) -> CGFloat
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn topAnchor(self) -> NSLayoutYAxisAnchor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn bottomAnchor(self) -> NSLayoutYAxisAnchor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn heightAnchor(self) -> NSLayoutDimension
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn length(self) -> CGFloat where
    Self::Target: Message + Sized

unsafe fn topAnchor(self) -> NSLayoutYAxisAnchor where
    Self::Target: Message + Sized

unsafe fn bottomAnchor(self) -> NSLayoutYAxisAnchor where
    Self::Target: Message + Sized

unsafe fn heightAnchor(self) -> NSLayoutDimension where
    Self::Target: Message + Sized

Loading content...

Implementors

Loading content...