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", so this trait is not object safe.