Struct core_graphics::image::CGImage [−][src]
pub struct CGImage(_);
Implementations
Methods from Deref<Target = CGImageRef>
Returns the raw image bytes wrapped in CFData
. Note, the returned CFData
owns the
underlying buffer.
Trait Implementations
Performs the conversion.
Immutably borrows from an owned value. Read more
type Target = CGImageRef
type Target = CGImageRef
The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
Auto Trait Implementations
impl RefUnwindSafe for CGImage
impl UnwindSafe for CGImage
Blanket Implementations
Mutably borrows from an owned value. Read more