Struct mimalloc_rust_sys::utils::BitField
source · #[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: PartialEq> PartialEq<BitField<Storage>> for BitField<Storage>
impl<Storage: PartialEq> PartialEq<BitField<Storage>> for BitField<Storage>
source§impl<Storage: PartialOrd> PartialOrd<BitField<Storage>> for BitField<Storage>
impl<Storage: PartialOrd> PartialOrd<BitField<Storage>> for BitField<Storage>
1.0.0 · source§fn 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 moreimpl<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§
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