pub struct CGImage { /* private fields */ }Available on crate feature
cg only.Expand description
Reference-counted CGImageRef — an immutable bitmap.
Implementations§
Trait Implementations§
impl Send for CGImage
impl Sync for CGImage
Auto Trait Implementations§
impl Freeze for CGImage
impl RefUnwindSafe for CGImage
impl Unpin for CGImage
impl UnsafeUnpin for CGImage
impl UnwindSafe for CGImage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more