pub unsafe trait CIColorNSAppKitAdditions:
ClassType
+ Sized
+ Sealed {
// Provided method
fn initWithColor(
this: Allocated<Self>,
color: &NSColor,
) -> Option<Retained<Self>> { ... }
}Available on crate feature
NSColor only.Expand description
Category “NSAppKitAdditions” on CIColor.
Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementations on Foreign Types§
impl CIColorNSAppKitAdditions for CIColor
Available on Apple and crate feature
objc2-core-image only.