Trait SCNAnimationProtocol

Source
pub unsafe trait SCNAnimationProtocol: NSObjectProtocol { }
Available on crate feature SCNAnimation only.
Expand description

Trait Implementations§

Source§

impl ProtocolType for dyn SCNAnimationProtocol

Source§

const NAME: &'static str = "SCNAnimation"

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 SCNAnimationProtocol

Implementations on Foreign Types§

Source§

impl SCNAnimationProtocol for CAAnimation

Available on crate feature objc2-quartz-core and crate feature SCNCAAnimationExtensions and non-watchOS only.
Source§

impl<T> SCNAnimationProtocol for ProtocolObject<T>

Implementors§