[][src]Trait uikit_sys::NSLayoutXAxisAnchor_UIViewDynamicSystemSpacingSupport

pub trait NSLayoutXAxisAnchor_UIViewDynamicSystemSpacingSupport: Sized + Deref {
    unsafe fn constraintEqualToSystemSpacingAfterAnchor_multiplier_(
        self,
        anchor: NSLayoutXAxisAnchor,
        multiplier: CGFloat
    ) -> NSLayoutConstraint
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn constraintGreaterThanOrEqualToSystemSpacingAfterAnchor_multiplier_(
        self,
        anchor: NSLayoutXAxisAnchor,
        multiplier: CGFloat
    ) -> NSLayoutConstraint
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn constraintLessThanOrEqualToSystemSpacingAfterAnchor_multiplier_(
        self,
        anchor: NSLayoutXAxisAnchor,
        multiplier: CGFloat
    ) -> NSLayoutConstraint
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn constraintEqualToSystemSpacingAfterAnchor_multiplier_(
    self,
    anchor: NSLayoutXAxisAnchor,
    multiplier: CGFloat
) -> NSLayoutConstraint where
    Self::Target: Message + Sized

unsafe fn constraintGreaterThanOrEqualToSystemSpacingAfterAnchor_multiplier_(
    self,
    anchor: NSLayoutXAxisAnchor,
    multiplier: CGFloat
) -> NSLayoutConstraint where
    Self::Target: Message + Sized

unsafe fn constraintLessThanOrEqualToSystemSpacingAfterAnchor_multiplier_(
    self,
    anchor: NSLayoutXAxisAnchor,
    multiplier: CGFloat
) -> NSLayoutConstraint where
    Self::Target: Message + Sized

Loading content...

Implementors

impl NSLayoutXAxisAnchor_UIViewDynamicSystemSpacingSupport for NSLayoutXAxisAnchor[src]

Loading content...