Struct core_graphics::color_space::CGColorSpace []

pub struct CGColorSpace(_);

Methods

impl CGColorSpace
[src]

[src]

[src]

[src]

Trait Implementations

impl Drop for CGColorSpace

Executes the destructor for this type. Read more

impl Clone for CGColorSpace

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deref for CGColorSpace

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for CGColorSpace

Mutably dereferences the value.

impl Borrow<CGColorSpaceRef> for CGColorSpace

Immutably borrows from an owned value. Read more

impl AsRef<CGColorSpaceRef> for CGColorSpace

Performs the conversion.