Trait objc2_ui_kit::UIFocusAnimationContext

source ·
pub unsafe trait UIFocusAnimationContext: NSObjectProtocol + IsMainThreadOnly {
    // Provided method
    unsafe fn duration(&self) -> NSTimeInterval
       where Self: Sized + Message { ... }
}
Available on crate feature UIFocusAnimationCoordinator only.

Provided Methods§

source

unsafe fn duration(&self) -> NSTimeInterval
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn UIFocusAnimationContext

source§

const NAME: &'static str = "UIFocusAnimationContext"

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 UIFocusAnimationContext

Implementations on Foreign Types§

source§

impl<T> UIFocusAnimationContext for ProtocolObject<T>

Implementors§