Trait objc2_core_image::CIPlugInRegistration

source ·
pub unsafe trait CIPlugInRegistration {
    // Provided method
    unsafe fn load(&self, host: *mut c_void) -> bool
       where Self: Sized + Message { ... }
}
Available on crate feature CIPlugInInterface only.

Provided Methods§

source

unsafe fn load(&self, host: *mut c_void) -> bool
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn CIPlugInRegistration

source§

const NAME: &'static str = "CIPlugInRegistration"

The name of the Objective-C protocol that this type represents.
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 CIPlugInRegistration

Implementations on Foreign Types§

source§

impl<T> CIPlugInRegistration for ProtocolObject<T>

Implementors§