pub enum GlProfile {
Compatibility,
Core,
}
Expand description
Describes the requested OpenGL Context
profiles.
Variants§
Compatibility
Include all the immediate more functions and definitions.
Core
Include all the future-compatible functions and definitions.
Trait Implementations§
source§impl PartialEq<GlProfile> for GlProfile
impl PartialEq<GlProfile> for GlProfile
impl Copy for GlProfile
impl Eq for GlProfile
impl StructuralEq for GlProfile
impl StructuralPartialEq for GlProfile
Auto Trait Implementations§
impl RefUnwindSafe for GlProfile
impl Send for GlProfile
impl Sync for GlProfile
impl Unpin for GlProfile
impl UnwindSafe for GlProfile
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