#[repr(C)]pub struct mstats {
pub bytes_total: size_t,
pub chunks_used: size_t,
pub bytes_used: size_t,
pub chunks_free: size_t,
pub bytes_free: size_t,
}
Fields§
§bytes_total: size_t
§chunks_used: size_t
§bytes_used: size_t
§chunks_free: size_t
§bytes_free: size_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for mstats
impl RefUnwindSafe for mstats
impl Send for mstats
impl Sync for mstats
impl Unpin for mstats
impl UnwindSafe for mstats
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)