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