Skip to main content

UIPopoverBackgroundViewMethods

Trait UIPopoverBackgroundViewMethods 

Source
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§

Source

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

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

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

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

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

Available on crate feature objc2-core-foundation only.

Trait Implementations§

Source§

impl<T> ImplementedBy<T> for dyn UIPopoverBackgroundViewMethods

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<T> UIPopoverBackgroundViewMethods for ProtocolObject<T>

Implementors§