MDLTransformOp

Trait MDLTransformOp 

Source
pub unsafe trait MDLTransformOp {
    // Provided methods
    unsafe fn name(&self) -> Retained<NSString>
       where Self: Sized + Message { ... }
    unsafe fn IsInverseOp(&self) -> bool
       where Self: Sized + Message { ... }
}
Available on crate feature MDLTransformStack only.
Expand description

Provided Methods§

Source

unsafe fn name(&self) -> Retained<NSString>
where Self: Sized + Message,

Source

unsafe fn IsInverseOp(&self) -> bool
where Self: Sized + Message,

Trait Implementations§

Source§

impl ProtocolType for dyn MDLTransformOp

Source§

const NAME: &'static str = "MDLTransformOp"

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 MDLTransformOp

Implementations on Foreign Types§

Source§

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

Implementors§