pub unsafe trait MDLComponent: NSObjectProtocol { }Available on crate feature
MDLTypes only.Expand description
Trait Implementations§
Source§impl ProtocolType for dyn MDLComponent
impl ProtocolType for dyn MDLComponent
impl<T> ImplementedBy<T> for dyn MDLComponent
Implementations on Foreign Types§
impl<T> MDLComponent for ProtocolObject<T>where
T: ?Sized + MDLComponent,
Implementors§
impl MDLComponent for MDLAnimationBindComponent
Available on crate feature
MDLAnimation only.impl MDLComponent for MDLObjectContainer
Available on crate feature
MDLObject only.impl MDLComponent for MDLTransform
Available on crate feature
MDLTransform only.impl MDLComponent for MDLTransformStack
Available on crate feature
MDLTransformStack only.