#[repr(C)]pub struct mstats {
pub bytes_total: usize,
pub chunks_used: usize,
pub bytes_used: usize,
pub chunks_free: usize,
pub bytes_free: usize,
}
Fields§
§bytes_total: usize
§chunks_used: usize
§bytes_used: usize
§chunks_free: usize
§bytes_free: usize
Trait Implementations§
source§impl PartialEq<mstats> for mstats
impl PartialEq<mstats> for mstats
impl Copy for mstats
impl Eq for mstats
impl StructuralEq for mstats
impl StructuralPartialEq for mstats
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
source§impl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.