#[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 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