pub struct GlContext(/* private fields */);
Available on crate feature
enable-glwindow
only.Expand description
A wrapper around a raw OpenGL context
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