Struct linux_raw_sys::general::__BindgenBitfieldUnit  
source · [−]#[repr(C)]pub struct __BindgenBitfieldUnit<Storage> { /* private fields */ }Implementations
sourceimpl<Storage> __BindgenBitfieldUnit<Storage>
 
impl<Storage> __BindgenBitfieldUnit<Storage>
Trait Implementations
sourceimpl<Storage: Clone> Clone for __BindgenBitfieldUnit<Storage>
 
impl<Storage: Clone> Clone for __BindgenBitfieldUnit<Storage>
sourcefn clone(&self) -> __BindgenBitfieldUnit<Storage>
 
fn clone(&self) -> __BindgenBitfieldUnit<Storage>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<Storage: Debug> Debug for __BindgenBitfieldUnit<Storage>
 
impl<Storage: Debug> Debug for __BindgenBitfieldUnit<Storage>
sourceimpl<Storage: Default> Default for __BindgenBitfieldUnit<Storage>
 
impl<Storage: Default> Default for __BindgenBitfieldUnit<Storage>
sourcefn default() -> __BindgenBitfieldUnit<Storage>
 
fn default() -> __BindgenBitfieldUnit<Storage>
Returns the “default value” for a type. Read more
sourceimpl<Storage: Hash> Hash for __BindgenBitfieldUnit<Storage>
 
impl<Storage: Hash> Hash for __BindgenBitfieldUnit<Storage>
sourceimpl<Storage: Ord> Ord for __BindgenBitfieldUnit<Storage>
 
impl<Storage: Ord> Ord for __BindgenBitfieldUnit<Storage>
sourcefn cmp(&self, other: &__BindgenBitfieldUnit<Storage>) -> Ordering
 
fn cmp(&self, other: &__BindgenBitfieldUnit<Storage>) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Self
 
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
 
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Self where
    Self: PartialOrd<Self>, 
 
fn clamp(self, min: Self, max: Self) -> Self where
    Self: PartialOrd<Self>, 
Restrict a value to a certain interval. Read more
sourceimpl<Storage: PartialEq> PartialEq<__BindgenBitfieldUnit<Storage>> for __BindgenBitfieldUnit<Storage>
 
impl<Storage: PartialEq> PartialEq<__BindgenBitfieldUnit<Storage>> for __BindgenBitfieldUnit<Storage>
sourcefn eq(&self, other: &__BindgenBitfieldUnit<Storage>) -> bool
 
fn eq(&self, other: &__BindgenBitfieldUnit<Storage>) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &__BindgenBitfieldUnit<Storage>) -> bool
 
fn ne(&self, other: &__BindgenBitfieldUnit<Storage>) -> bool
This method tests for !=.
sourceimpl<Storage: PartialOrd> PartialOrd<__BindgenBitfieldUnit<Storage>> for __BindgenBitfieldUnit<Storage>
 
impl<Storage: PartialOrd> PartialOrd<__BindgenBitfieldUnit<Storage>> for __BindgenBitfieldUnit<Storage>
sourcefn partial_cmp(&self, other: &__BindgenBitfieldUnit<Storage>) -> Option<Ordering>
 
fn partial_cmp(&self, other: &__BindgenBitfieldUnit<Storage>) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
 
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl<Storage: Copy> Copy for __BindgenBitfieldUnit<Storage>
impl<Storage: Eq> Eq for __BindgenBitfieldUnit<Storage>
impl<Storage> StructuralEq for __BindgenBitfieldUnit<Storage>
impl<Storage> StructuralPartialEq for __BindgenBitfieldUnit<Storage>
Auto Trait Implementations
impl<Storage> RefUnwindSafe for __BindgenBitfieldUnit<Storage> where
    Storage: RefUnwindSafe, 
impl<Storage> Send for __BindgenBitfieldUnit<Storage> where
    Storage: Send, 
impl<Storage> Sync for __BindgenBitfieldUnit<Storage> where
    Storage: Sync, 
impl<Storage> Unpin for __BindgenBitfieldUnit<Storage> where
    Storage: Unpin, 
impl<Storage> UnwindSafe for __BindgenBitfieldUnit<Storage> where
    Storage: UnwindSafe, 
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more