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 Freeze for PidStatm
impl RefUnwindSafe for PidStatm
impl Send for PidStatm
impl Sync for PidStatm
impl Unpin for PidStatm
impl UnwindSafe for PidStatm
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