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