#[repr(C)]pub struct GlContext(pub GlContext);Expand description
Just a wrapper struct around OpenGl context handle.
Tuple Fields§
§0: GlContextImplementations§
Source§impl GlContext
impl GlContext
pub const NO_CONTEXT: Self
Trait Implementations§
impl Copy for GlContext
Auto Trait Implementations§
impl Freeze for GlContext
impl RefUnwindSafe for GlContext
impl Send for GlContext
impl Sync for GlContext
impl Unpin for GlContext
impl UnwindSafe for GlContext
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