[][src]Trait uikit_sys::INSLayoutYAxisAnchor

pub trait INSLayoutYAxisAnchor: Sized + Deref {
    unsafe fn anchorWithOffsetToAnchor_(
        self,
        otherAnchor: NSLayoutYAxisAnchor
    ) -> NSLayoutDimension
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn anchorWithOffsetToAnchor_(
    self,
    otherAnchor: NSLayoutYAxisAnchor
) -> NSLayoutDimension where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSLayoutYAxisAnchor for NSLayoutYAxisAnchor[src]

Loading content...