Struct linux_procfs::pidentries::PidStatm [−][src]
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 UnwindSafe for PidStatm
Blanket Implementations
Mutably borrows from an owned value. Read more