Struct linux_procfs::pidentries::PidStatm
source · [−]pub struct PidStatm {
pub size: u32,
pub resident: u32,
pub share: u32,
pub text: u32,
pub lib: u32,
pub data: u32,
}
Fields
size: u32
resident: u32
text: u32
lib: u32
data: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PidStatm
impl Send for PidStatm
impl Sync for PidStatm
impl Unpin for PidStatm
impl UnwindSafe for PidStatm
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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