Struct rich_sdl2_rust::gl_context::attribute::GlAttribute
source · pub struct GlAttribute<'gl> { /* private fields */ }
Expand description
An attrubte of the OpenGL context.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'gl> !RefUnwindSafe for GlAttribute<'gl>
impl<'gl> !Send for GlAttribute<'gl>
impl<'gl> !Sync for GlAttribute<'gl>
impl<'gl> Unpin for GlAttribute<'gl>
impl<'gl> !UnwindSafe for GlAttribute<'gl>
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