#[repr(transparent)]pub struct FeatureLevelCode(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
Trait Implementations§
Source§impl Clone for FeatureLevelCode
impl Clone for FeatureLevelCode
Source§fn clone(&self) -> FeatureLevelCode
fn clone(&self) -> FeatureLevelCode
Returns a copy 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 FeatureLevelCode
impl Debug for FeatureLevelCode
Source§impl Hash for FeatureLevelCode
impl Hash for FeatureLevelCode
Source§impl PartialEq for FeatureLevelCode
impl PartialEq for FeatureLevelCode
impl Copy for FeatureLevelCode
impl Eq for FeatureLevelCode
impl StructuralPartialEq for FeatureLevelCode
Auto Trait Implementations§
impl Freeze for FeatureLevelCode
impl RefUnwindSafe for FeatureLevelCode
impl Send for FeatureLevelCode
impl Sync for FeatureLevelCode
impl Unpin for FeatureLevelCode
impl UnwindSafe for FeatureLevelCode
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