pub struct VmStat {
pub pgpgin: usize,
pub pgpgout: usize,
pub pswpin: usize,
pub pswpout: usize,
}
Fields§
§pgpgin: usize
§pgpgout: usize
§pswpin: usize
§pswpout: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VmStat
impl RefUnwindSafe for VmStat
impl Send for VmStat
impl Sync for VmStat
impl Unpin for VmStat
impl UnwindSafe for VmStat
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