pub struct PidStatus {
Show 19 fields pub pid: Pid, pub ppid: Pid, pub ruid: u32, pub euid: u32, pub suid: u32, pub fuid: u32, pub rgid: u32, pub egid: u32, pub sgid: u32, pub fgid: u32, pub vm_size: usize, pub vm_lck: usize, pub vm_rss: usize, pub vm_data: usize, pub vm_stk: usize, pub vm_exe: usize, pub vm_lib: usize, pub vm_pte: usize, pub vm_swap: usize,
}

Fields§

§pid: Pid§ppid: Pid§ruid: u32§euid: u32§suid: u32§fuid: u32§rgid: u32§egid: u32§sgid: u32§fgid: u32§vm_size: usize§vm_lck: usize§vm_rss: usize§vm_data: usize§vm_stk: usize§vm_exe: usize§vm_lib: usize§vm_pte: usize§vm_swap: usize

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.