Skip to main content

CIColorUIKitAdditions

Trait CIColorUIKitAdditions 

Source
pub unsafe trait CIColorUIKitAdditions:
    ClassType
    + Sized
    + Sealed {
    // Provided method
    fn initWithColor(this: Allocated<Self>, color: &UIColor) -> Retained<Self> { ... }
}
Available on crate feature UIColor only.
Expand description

Category “UIKitAdditions” on [CIColor].

Provided Methods§

Source

fn initWithColor(this: Allocated<Self>, color: &UIColor) -> Retained<Self>

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§