#[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_tchunks_used: size_tbytes_used: size_tchunks_free: size_tbytes_free: size_tTrait 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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