#[repr(C)]pub struct BitfieldUnit<Storage> { /* private fields */ }Implementations§
Source§impl<Storage> BitfieldUnit<Storage>
impl<Storage> BitfieldUnit<Storage>
Source§impl<Storage> BitfieldUnit<Storage>
impl<Storage> BitfieldUnit<Storage>
Trait Implementations§
Source§impl<Storage: Clone> Clone for BitfieldUnit<Storage>
impl<Storage: Clone> Clone for BitfieldUnit<Storage>
Source§fn clone(&self) -> BitfieldUnit<Storage>
fn clone(&self) -> BitfieldUnit<Storage>
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<Storage: Debug> Debug for BitfieldUnit<Storage>
impl<Storage: Debug> Debug for BitfieldUnit<Storage>
Source§impl<Storage: Default> Default for BitfieldUnit<Storage>
impl<Storage: Default> Default for BitfieldUnit<Storage>
Source§fn default() -> BitfieldUnit<Storage>
fn default() -> BitfieldUnit<Storage>
Returns the “default value” for a type. Read more
Source§impl<Storage: Hash> Hash for BitfieldUnit<Storage>
impl<Storage: Hash> Hash for BitfieldUnit<Storage>
Source§impl<Storage: Ord> Ord for BitfieldUnit<Storage>
impl<Storage: Ord> Ord for BitfieldUnit<Storage>
Source§fn cmp(&self, other: &BitfieldUnit<Storage>) -> Ordering
fn cmp(&self, other: &BitfieldUnit<Storage>) -> Ordering
1.21.0 · 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<Storage: PartialEq> PartialEq for BitfieldUnit<Storage>
impl<Storage: PartialEq> PartialEq for BitfieldUnit<Storage>
Source§impl<Storage: PartialOrd> PartialOrd for BitfieldUnit<Storage>
impl<Storage: PartialOrd> PartialOrd for BitfieldUnit<Storage>
impl<Storage: Copy> Copy for BitfieldUnit<Storage>
impl<Storage: Eq> Eq for BitfieldUnit<Storage>
impl<Storage> StructuralPartialEq for BitfieldUnit<Storage>
Auto Trait Implementations§
impl<Storage> Freeze for BitfieldUnit<Storage>where
Storage: Freeze,
impl<Storage> RefUnwindSafe for BitfieldUnit<Storage>where
Storage: RefUnwindSafe,
impl<Storage> Send for BitfieldUnit<Storage>where
Storage: Send,
impl<Storage> Sync for BitfieldUnit<Storage>where
Storage: Sync,
impl<Storage> Unpin for BitfieldUnit<Storage>where
Storage: Unpin,
impl<Storage> UnwindSafe for BitfieldUnit<Storage>where
Storage: UnwindSafe,
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