pub struct Info {}Expand description
Process info from a core dump
Fields§
§state: u32Numeric process state
sname: StringPrintable character representing state
zombie: boolWhether the process is a zombie
nice: u32Nice value
flag: u64Process flag
uid: u32Process user ID
gid: u32Process group ID
pid: u32Process ID
ppid: u32Process parent ID
pgrp: u32Process group
sid: u32Process session id
filename: StringFilename of the executable
args: StringInitial part of the arguments
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
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