Struct systemstat::data::Memory
source · pub struct Memory {
pub total: ByteSize,
pub free: ByteSize,
pub platform_memory: PlatformMemory,
}Fields
total: ByteSizefree: ByteSizeplatform_memory: PlatformMemoryTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Memory
impl Send for Memory
impl Sync for Memory
impl Unpin for Memory
impl UnwindSafe for Memory
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