pub enum CGImage {}Auto Trait Implementations§
impl Freeze for CGImage
impl RefUnwindSafe for CGImage
impl Send for CGImage
impl Sync 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