#[repr(C)]pub struct vmtotal {}Fields§
§t_vm: u64§t_avm: u64§t_rm: u64§t_arm: u64§t_vmshr: u64§t_avmshr: u64§t_rmshr: u64§t_armshr: u64§t_free: u64§t_rq: i16§t_dw: i16§t_pw: i16§t_sl: i16§t_sw: i16§t_pad: [u16; 3]Trait Implementations§
Auto Trait Implementations§
impl Freeze for vmtotal
impl RefUnwindSafe for vmtotal
impl Send for vmtotal
impl Sync for vmtotal
impl Unpin for vmtotal
impl UnwindSafe for vmtotal
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