pub unsafe trait UIPopoverBackgroundViewMethods {
// Provided methods
fn arrowBase() -> CGFloat
where Self: Sized + ClassType { ... }
fn contentViewInsets() -> UIEdgeInsets
where Self: Sized + ClassType { ... }
fn arrowHeight() -> CGFloat
where Self: Sized + ClassType { ... }
}Available on crate feature
UIPopoverBackgroundView only.Expand description
Provided Methods§
fn arrowBase() -> CGFloat
Available on crate feature
objc2-core-foundation only.fn contentViewInsets() -> UIEdgeInsets
Available on crate features
objc2-core-foundation and UIGeometry only.fn arrowHeight() -> CGFloat
Available on crate feature
objc2-core-foundation only.Trait Implementations§
impl<T> ImplementedBy<T> for dyn UIPopoverBackgroundViewMethods
Source§impl ProtocolType for dyn UIPopoverBackgroundViewMethods
impl ProtocolType for dyn UIPopoverBackgroundViewMethods
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".