[][src]Trait uikit_sys::UIView_UIViewLayoutConstraintCreation

pub trait UIView_UIViewLayoutConstraintCreation: Sized + Deref {
    unsafe fn leadingAnchor(self) -> NSLayoutXAxisAnchor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn trailingAnchor(self) -> NSLayoutXAxisAnchor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn leftAnchor(self) -> NSLayoutXAxisAnchor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn rightAnchor(self) -> NSLayoutXAxisAnchor
    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 widthAnchor(self) -> NSLayoutDimension
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn heightAnchor(self) -> NSLayoutDimension
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn centerXAnchor(self) -> NSLayoutXAxisAnchor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn centerYAnchor(self) -> NSLayoutYAxisAnchor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn firstBaselineAnchor(self) -> NSLayoutYAxisAnchor
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn lastBaselineAnchor(self) -> NSLayoutYAxisAnchor
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn leadingAnchor(self) -> NSLayoutXAxisAnchor where
    Self::Target: Message + Sized

unsafe fn trailingAnchor(self) -> NSLayoutXAxisAnchor where
    Self::Target: Message + Sized

unsafe fn leftAnchor(self) -> NSLayoutXAxisAnchor where
    Self::Target: Message + Sized

unsafe fn rightAnchor(self) -> NSLayoutXAxisAnchor 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 widthAnchor(self) -> NSLayoutDimension where
    Self::Target: Message + Sized

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

unsafe fn centerXAnchor(self) -> NSLayoutXAxisAnchor where
    Self::Target: Message + Sized

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

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

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

Loading content...

Implementors

impl UIView_UIViewLayoutConstraintCreation for UIActionSheet[src]

impl UIView_UIViewLayoutConstraintCreation for UIActivityIndicatorView[src]

impl UIView_UIViewLayoutConstraintCreation for UIAlertView[src]

impl UIView_UIViewLayoutConstraintCreation for UIButton[src]

impl UIView_UIViewLayoutConstraintCreation for UICollectionReusableView[src]

impl UIView_UIViewLayoutConstraintCreation for UICollectionView[src]

impl UIView_UIViewLayoutConstraintCreation for UICollectionViewCell[src]

impl UIView_UIViewLayoutConstraintCreation for UIControl[src]

impl UIView_UIViewLayoutConstraintCreation for UIDatePicker[src]

impl UIView_UIViewLayoutConstraintCreation for UIImageView[src]

impl UIView_UIViewLayoutConstraintCreation for UIInputView[src]

impl UIView_UIViewLayoutConstraintCreation for UILabel[src]

impl UIView_UIViewLayoutConstraintCreation for UINavigationBar[src]

impl UIView_UIViewLayoutConstraintCreation for UIPageControl[src]

impl UIView_UIViewLayoutConstraintCreation for UIPickerView[src]

impl UIView_UIViewLayoutConstraintCreation for UIPopoverBackgroundView[src]

impl UIView_UIViewLayoutConstraintCreation for UIProgressView[src]

impl UIView_UIViewLayoutConstraintCreation for UIRefreshControl[src]

impl UIView_UIViewLayoutConstraintCreation for UIScrollView[src]

impl UIView_UIViewLayoutConstraintCreation for UISearchBar[src]

impl UIView_UIViewLayoutConstraintCreation for UISearchTextField[src]

impl UIView_UIViewLayoutConstraintCreation for UISegmentedControl[src]

impl UIView_UIViewLayoutConstraintCreation for UISlider[src]

impl UIView_UIViewLayoutConstraintCreation for UIStackView[src]

impl UIView_UIViewLayoutConstraintCreation for UISwitch[src]

impl UIView_UIViewLayoutConstraintCreation for UITabBar[src]

impl UIView_UIViewLayoutConstraintCreation for UITableView[src]

impl UIView_UIViewLayoutConstraintCreation for UITableViewCell[src]

impl UIView_UIViewLayoutConstraintCreation for UITableViewHeaderFooterView[src]

impl UIView_UIViewLayoutConstraintCreation for UITextField[src]

impl UIView_UIViewLayoutConstraintCreation for UITextView[src]

impl UIView_UIViewLayoutConstraintCreation for UIToolbar[src]

impl UIView_UIViewLayoutConstraintCreation for UIView[src]

impl UIView_UIViewLayoutConstraintCreation for UIVisualEffectView[src]

impl UIView_UIViewLayoutConstraintCreation for UIWebView[src]

impl UIView_UIViewLayoutConstraintCreation for UIWindow[src]

Loading content...