Trait UIPopoverBackgroundViewMethods

Source
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.
Expand description

Provided Methods§

Source

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

Available on crate feature objc2-core-foundation only.
Source

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

Available on crate features UIGeometry and objc2-core-foundation only.
Source

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

Available on crate feature objc2-core-foundation only.

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. Read more
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§