pub enum OpenGL {
V2_0,
V2_1,
V3_0,
V3_1,
V3_2,
V3_3,
V4_0,
V4_1,
V4_2,
V4_3,
V4_4,
V4_5,
}Variants§
Implementations§
Trait Implementations§
impl Copy for OpenGL
impl Eq for OpenGL
Source§impl Ord for OpenGL
impl Ord for OpenGL
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for OpenGL
impl PartialOrd for OpenGL
impl StructuralPartialEq for OpenGL
Auto Trait Implementations§
impl Freeze for OpenGL
impl RefUnwindSafe for OpenGL
impl Send for OpenGL
impl Sync for OpenGL
impl Unpin for OpenGL
impl UnsafeUnpin for OpenGL
impl UnwindSafe for OpenGL
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