MDLComponent

Trait MDLComponent 

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

Trait Implementations§

Source§

impl ProtocolType for dyn MDLComponent

Source§

const NAME: &'static str = "MDLComponent"

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 MDLComponent
where T: ?Sized + Message + MDLComponent,

Implementations on Foreign Types§

Source§

impl<T> MDLComponent for ProtocolObject<T>
where T: ?Sized + MDLComponent,

Implementors§

Source§

impl MDLComponent for MDLAnimationBindComponent

Available on crate feature MDLAnimation only.
Source§

impl MDLComponent for MDLObjectContainer

Available on crate feature MDLObject only.
Source§

impl MDLComponent for MDLTransform

Available on crate feature MDLTransform only.
Source§

impl MDLComponent for MDLTransformStack

Available on crate feature MDLTransformStack only.