#[repr(C)]pub struct BitField<Storage> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<Storage: Ord> Ord for BitField<Storage>
impl<Storage: Ord> Ord for BitField<Storage>
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: PartialOrd> PartialOrd for BitField<Storage>
impl<Storage: PartialOrd> PartialOrd for BitField<Storage>
impl<Storage: Copy> Copy for BitField<Storage>
impl<Storage: Eq> Eq for BitField<Storage>
impl<Storage> StructuralPartialEq for BitField<Storage>
Auto Trait Implementations§
impl<Storage> Freeze for BitField<Storage>where
Storage: Freeze,
impl<Storage> RefUnwindSafe for BitField<Storage>where
Storage: RefUnwindSafe,
impl<Storage> Send for BitField<Storage>where
Storage: Send,
impl<Storage> Sync for BitField<Storage>where
Storage: Sync,
impl<Storage> Unpin for BitField<Storage>where
Storage: Unpin,
impl<Storage> UnwindSafe for BitField<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