Struct core_graphics::image::CGImage []

pub struct CGImage(_);

Methods

impl CGImage
[src]

[src]

Methods from Deref<Target = CGImageRef>

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Returns the raw image bytes wrapped in CFData. Note, the returned CFData owns the underlying buffer.

Trait Implementations

impl Drop for CGImage

Executes the destructor for this type. Read more

impl Clone for CGImage

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deref for CGImage

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for CGImage

Mutably dereferences the value.

impl Borrow<CGImageRef> for CGImage

Immutably borrows from an owned value. Read more

impl AsRef<CGImageRef> for CGImage

Performs the conversion.