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§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".