Struct mimalloc_rust_sys::utils::BitField
source · [−]#[repr(C)]pub struct BitField<Storage> { /* private fields */ }Implementations
Trait Implementations
sourceimpl<Storage: Ord> Ord for BitField<Storage>
impl<Storage: Ord> Ord for BitField<Storage>
sourceimpl<Storage: PartialOrd> PartialOrd<BitField<Storage>> for BitField<Storage>
impl<Storage: PartialOrd> PartialOrd<BitField<Storage>> for BitField<Storage>
sourcefn partial_cmp(&self, other: &BitField<Storage>) -> Option<Ordering>
fn partial_cmp(&self, other: &BitField<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 BitField<Storage>
impl<Storage: Eq> Eq for BitField<Storage>
impl<Storage> StructuralEq for BitField<Storage>
impl<Storage> StructuralPartialEq for BitField<Storage>
Auto Trait Implementations
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
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