pub struct EsProcess {
pub pid: i32,
pub ppid: i32,
pub gid: i32,
pub exe: EsFile,
/* private fields */
}
Fields§
§pid: i32
process pid
ppid: i32
Parent pid
gid: i32
groupd id
exe: EsFile
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EsProcess
impl RefUnwindSafe for EsProcess
impl Send for EsProcess
impl Sync for EsProcess
impl Unpin for EsProcess
impl UnwindSafe for EsProcess
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