Trait objc2_ui_kit::UIDynamicAnimatorDelegate

source ·
pub unsafe trait UIDynamicAnimatorDelegate: NSObjectProtocol + IsMainThreadOnly {
    // Provided methods
    unsafe fn dynamicAnimatorWillResume(&self, animator: &UIDynamicAnimator)
       where Self: Sized + Message { ... }
    unsafe fn dynamicAnimatorDidPause(&self, animator: &UIDynamicAnimator)
       where Self: Sized + Message { ... }
}
Available on crate feature UIDynamicAnimator only.

Provided Methods§

source

unsafe fn dynamicAnimatorWillResume(&self, animator: &UIDynamicAnimator)
where Self: Sized + Message,

source

unsafe fn dynamicAnimatorDidPause(&self, animator: &UIDynamicAnimator)
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn UIDynamicAnimatorDelegate

source§

const NAME: &'static str = "UIDynamicAnimatorDelegate"

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 UIDynamicAnimatorDelegate

Implementations on Foreign Types§

source§

impl<T> UIDynamicAnimatorDelegate for ProtocolObject<T>

Implementors§