#[repr(C)]pub struct __CGImage(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for __CGImage
impl RefUnwindSafe for __CGImage
impl Send for __CGImage
impl Sync for __CGImage
impl Unpin 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