#[repr(C)]pub struct __CGContext(/* private fields */);
Trait Implementations§
Source§impl RefEncode for __CGContext
impl RefEncode for __CGContext
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
Auto Trait Implementations§
impl Freeze for __CGContext
impl RefUnwindSafe for __CGContext
impl Send for __CGContext
impl Sync for __CGContext
impl Unpin 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