pub unsafe trait UILayoutSupport: NSObjectProtocol + MainThreadOnly {
// Provided methods
unsafe fn length(&self) -> CGFloat
where Self: Sized + Message { ... }
unsafe fn topAnchor(&self) -> Retained<NSLayoutYAxisAnchor>
where Self: Sized + Message { ... }
unsafe fn bottomAnchor(&self) -> Retained<NSLayoutYAxisAnchor>
where Self: Sized + Message { ... }
unsafe fn heightAnchor(&self) -> Retained<NSLayoutDimension>
where Self: Sized + Message { ... }
}Available on crate feature
NSLayoutConstraint only.Expand description
Provided Methods§
unsafe fn length(&self) -> CGFloat
Available on crate feature
objc2-core-foundation only.unsafe fn topAnchor(&self) -> Retained<NSLayoutYAxisAnchor>
Available on crate feature
NSLayoutAnchor only.unsafe fn bottomAnchor(&self) -> Retained<NSLayoutYAxisAnchor>
Available on crate feature
NSLayoutAnchor only.unsafe fn heightAnchor(&self) -> Retained<NSLayoutDimension>
Available on crate feature
NSLayoutAnchor only.