Trait objc2_quartz_core::CAAnimationDelegate

source ·
pub unsafe trait CAAnimationDelegate: NSObjectProtocol {
    // Provided methods
    unsafe fn animationDidStart(&self, anim: &CAAnimation)
       where Self: Sized + Message { ... }
    unsafe fn animationDidStop_finished(&self, anim: &CAAnimation, flag: bool)
       where Self: Sized + Message { ... }
}
Available on crate feature CAAnimation only.

Provided Methods§

source

unsafe fn animationDidStart(&self, anim: &CAAnimation)
where Self: Sized + Message,

source

unsafe fn animationDidStop_finished(&self, anim: &CAAnimation, flag: bool)
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn CAAnimationDelegate

source§

const NAME: &'static str = "CAAnimationDelegate"

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 CAAnimationDelegate

Implementations on Foreign Types§

source§

impl<T> CAAnimationDelegate for ProtocolObject<T>

Implementors§