pub struct _CGLContextObject { /* private fields */ }Trait Implementations§
Source§impl Clone for _CGLContextObject
impl Clone for _CGLContextObject
Source§fn clone(&self) -> _CGLContextObject
fn clone(&self) -> _CGLContextObject
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _CGLContextObject
impl Debug 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