Skip to main content

CIImageUIKitAdditions

Trait CIImageUIKitAdditions 

Source
pub unsafe trait CIImageUIKitAdditions:
    ClassType
    + Sized
    + Sealed {
    // Provided method
    fn initWithImage(
        this: Allocated<Self>,
        image: &UIImage,
    ) -> Option<Retained<Self>> { ... }
}
Available on crate feature UIImage only.
Expand description

Category “UIKitAdditions” on [CIImage].

Provided Methods§

Source

fn initWithImage( this: Allocated<Self>, image: &UIImage, ) -> Option<Retained<Self>>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§