[][src]Trait uikit_sys::INSLayoutAnchor

pub trait INSLayoutAnchor<AnchorType>: Sized + Deref {
    unsafe fn constraintEqualToAnchor_(
        self,
        anchor: NSLayoutAnchor
    ) -> NSLayoutConstraint
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn constraintGreaterThanOrEqualToAnchor_(
        self,
        anchor: NSLayoutAnchor
    ) -> NSLayoutConstraint
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn constraintLessThanOrEqualToAnchor_(
        self,
        anchor: NSLayoutAnchor
    ) -> NSLayoutConstraint
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn constraintEqualToAnchor_constant_(
        self,
        anchor: NSLayoutAnchor,
        c: CGFloat
    ) -> NSLayoutConstraint
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn constraintGreaterThanOrEqualToAnchor_constant_(
        self,
        anchor: NSLayoutAnchor,
        c: CGFloat
    ) -> NSLayoutConstraint
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn constraintLessThanOrEqualToAnchor_constant_(
        self,
        anchor: NSLayoutAnchor,
        c: CGFloat
    ) -> NSLayoutConstraint
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn name(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn item(self) -> id
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn hasAmbiguousLayout(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn constraintsAffectingLayout(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn constraintEqualToAnchor_(
    self,
    anchor: NSLayoutAnchor
) -> NSLayoutConstraint where
    Self::Target: Message + Sized

unsafe fn constraintGreaterThanOrEqualToAnchor_(
    self,
    anchor: NSLayoutAnchor
) -> NSLayoutConstraint where
    Self::Target: Message + Sized

unsafe fn constraintLessThanOrEqualToAnchor_(
    self,
    anchor: NSLayoutAnchor
) -> NSLayoutConstraint where
    Self::Target: Message + Sized

unsafe fn constraintEqualToAnchor_constant_(
    self,
    anchor: NSLayoutAnchor,
    c: CGFloat
) -> NSLayoutConstraint where
    Self::Target: Message + Sized

unsafe fn constraintGreaterThanOrEqualToAnchor_constant_(
    self,
    anchor: NSLayoutAnchor,
    c: CGFloat
) -> NSLayoutConstraint where
    Self::Target: Message + Sized

unsafe fn constraintLessThanOrEqualToAnchor_constant_(
    self,
    anchor: NSLayoutAnchor,
    c: CGFloat
) -> NSLayoutConstraint where
    Self::Target: Message + Sized

unsafe fn name(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn item(self) -> id where
    Self::Target: Message + Sized

unsafe fn hasAmbiguousLayout(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn constraintsAffectingLayout(self) -> NSArray where
    Self::Target: Message + Sized

Loading content...

Implementors

impl<AnchorType: 'static> INSLayoutAnchor<AnchorType> for NSLayoutAnchor[src]

impl<AnchorType: 'static> INSLayoutAnchor<AnchorType> for NSLayoutDimension[src]

impl<AnchorType: 'static> INSLayoutAnchor<AnchorType> for NSLayoutXAxisAnchor[src]

impl<AnchorType: 'static> INSLayoutAnchor<AnchorType> for NSLayoutYAxisAnchor[src]

Loading content...