Struct zallocator::ZallocatorStats
source · [−]pub struct ZallocatorStats { /* private fields */ }
Expand description
The stats of allocators
Trait Implementations
sourceimpl Clone for ZallocatorStats
impl Clone for ZallocatorStats
sourcefn clone(&self) -> ZallocatorStats
fn clone(&self) -> ZallocatorStats
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ZallocatorStats
impl Debug for ZallocatorStats
sourceimpl Display for ZallocatorStats
impl Display for ZallocatorStats
sourceimpl PartialEq<ZallocatorStats> for ZallocatorStats
impl PartialEq<ZallocatorStats> for ZallocatorStats
sourcefn eq(&self, other: &ZallocatorStats) -> bool
fn eq(&self, other: &ZallocatorStats) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Eq for ZallocatorStats
impl StructuralEq for ZallocatorStats
impl StructuralPartialEq for ZallocatorStats
Auto Trait Implementations
impl RefUnwindSafe for ZallocatorStats
impl Send for ZallocatorStats
impl Sync for ZallocatorStats
impl Unpin for ZallocatorStats
impl UnwindSafe for ZallocatorStats
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