CAAnimationDelegate

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

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. 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 CAAnimationDelegate

Implementations on Foreign Types§

Source§

impl<T> CAAnimationDelegate for ProtocolObject<T>

Implementors§