Struct core_graphics::image::CGImageRef []

pub struct CGImageRef(_);

Methods

impl CGImageRef
[src]

[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 ToOwned for CGImageRef

Creates owned data from borrowed data, usually by cloning. Read more

[src]

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more