#[repr(C)]pub struct MemoryContextCounters {
pub nblocks: Size,
pub freechunks: Size,
pub totalspace: Size,
pub freespace: Size,
}
Fields§
§nblocks: Size
§freechunks: Size
§totalspace: Size
§freespace: Size
Trait Implementations§
Source§impl Clone for MemoryContextCounters
impl Clone for MemoryContextCounters
Source§fn clone(&self) -> MemoryContextCounters
fn clone(&self) -> MemoryContextCounters
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 MemoryContextCounters
impl Debug for MemoryContextCounters
Source§impl Default for MemoryContextCounters
impl Default for MemoryContextCounters
Source§fn default() -> MemoryContextCounters
fn default() -> MemoryContextCounters
Returns the “default value” for a type. Read more
impl Copy for MemoryContextCounters
Auto Trait Implementations§
impl Freeze for MemoryContextCounters
impl RefUnwindSafe for MemoryContextCounters
impl Send for MemoryContextCounters
impl Sync for MemoryContextCounters
impl Unpin for MemoryContextCounters
impl UnwindSafe for MemoryContextCounters
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