pub struct MemSample {
pub memory_used: u64,
pub memory_total: u64,
}Expand description
A memory usage sample from sysmontap.
Fields§
§memory_used: u64§memory_total: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemSample
impl RefUnwindSafe for MemSample
impl Send for MemSample
impl Sync for MemSample
impl Unpin for MemSample
impl UnsafeUnpin for MemSample
impl UnwindSafe for MemSample
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