pub struct _CGLContextObject { /* private fields */ }Expand description
Opaque Apple SDK type _CGLContextObject.
Trait Implementations§
Source§impl Clone for _CGLContextObject
impl Clone for _CGLContextObject
impl Copy for _CGLContextObject
Auto Trait Implementations§
impl Freeze for _CGLContextObject
impl RefUnwindSafe for _CGLContextObject
impl Send for _CGLContextObject
impl Sync for _CGLContextObject
impl Unpin for _CGLContextObject
impl UnsafeUnpin for _CGLContextObject
impl UnwindSafe for _CGLContextObject
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