pub unsafe trait UIPopoverBackgroundViewMethods {
    // Provided methods
    unsafe fn arrowBase() -> CGFloat
       where Self: Sized + ClassType { ... }
    unsafe fn contentViewInsets() -> UIEdgeInsets
       where Self: Sized + ClassType { ... }
    unsafe fn arrowHeight() -> CGFloat
       where Self: Sized + ClassType { ... }
}
Available on crate feature UIPopoverBackgroundView only.

Provided Methods§

source

unsafe fn arrowBase() -> CGFloat
where Self: Sized + ClassType,

source

unsafe fn contentViewInsets() -> UIEdgeInsets
where Self: Sized + ClassType,

Available on crate feature UIGeometry only.
source

unsafe fn arrowHeight() -> CGFloat
where Self: Sized + ClassType,

Trait Implementations§

source§

impl ProtocolType for dyn UIPopoverBackgroundViewMethods

source§

const NAME: &'static str = "UIPopoverBackgroundViewMethods"

The name of the Objective-C protocol that this type represents.
source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
source§

impl<T> ImplementedBy<T> for dyn UIPopoverBackgroundViewMethods

Implementations on Foreign Types§

source§

impl<T> UIPopoverBackgroundViewMethods for ProtocolObject<T>

Implementors§

source§

impl UIPopoverBackgroundViewMethods for UIPopoverBackgroundView

Available on crate features UIResponder and UIView only.