pub enum FeatureLevel {
Undefined,
Compatibility,
Core,
}Variants§
Trait Implementations§
Source§impl Clone for FeatureLevel
impl Clone for FeatureLevel
Source§fn clone(&self) -> FeatureLevel
fn clone(&self) -> FeatureLevel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FeatureLevel
impl Debug for FeatureLevel
Source§impl From<FeatureLevel> for c_uint
impl From<FeatureLevel> for c_uint
Source§fn from(value: FeatureLevel) -> Self
fn from(value: FeatureLevel) -> Self
Converts to this type from the input type.
Source§impl From<u32> for FeatureLevel
impl From<u32> for FeatureLevel
Source§impl Hash for FeatureLevel
impl Hash for FeatureLevel
Source§impl PartialEq for FeatureLevel
impl PartialEq for FeatureLevel
impl Copy for FeatureLevel
impl Eq for FeatureLevel
impl StructuralPartialEq for FeatureLevel
Auto Trait Implementations§
impl Freeze for FeatureLevel
impl RefUnwindSafe for FeatureLevel
impl Send for FeatureLevel
impl Sync for FeatureLevel
impl Unpin for FeatureLevel
impl UnsafeUnpin for FeatureLevel
impl UnwindSafe for FeatureLevel
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