Struct linux_procfs::pidentries::PidEntry
source · [−]pub struct PidEntry {
pub is_empty: bool,
pub stat: PidStat,
pub statm: PidStatm,
pub status: PidStatus,
pub cmdline: PidCmdline,
}
Fields
is_empty: bool
stat: PidStat
statm: PidStatm
status: PidStatus
cmdline: PidCmdline
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PidEntry
impl Send for PidEntry
impl Sync for PidEntry
impl Unpin for PidEntry
impl UnwindSafe for PidEntry
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