pub enum __CGContext {}Expand description
Opaque tag for CGContextRef.
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