Enum mprober_lib::process::ProcessState
source · pub enum ProcessState {
Running,
Sleeping,
Waiting,
Zombie,
Stopped,
TracingStop,
PagingOrWaking,
Dead,
Wakekill,
Parked,
Idle,
}Variants§
Implementations§
source§impl ProcessState
impl ProcessState
Trait Implementations§
source§impl Clone for ProcessState
impl Clone for ProcessState
source§fn clone(&self) -> ProcessState
fn clone(&self) -> ProcessState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ProcessState
impl Debug for ProcessState
source§impl Default for ProcessState
impl Default for ProcessState
source§fn default() -> ProcessState
fn default() -> ProcessState
Returns the “default value” for a type. Read more
source§impl FromStr for ProcessState
impl FromStr for ProcessState
source§impl Hash for ProcessState
impl Hash for ProcessState
source§impl PartialEq for ProcessState
impl PartialEq for ProcessState
source§fn eq(&self, other: &ProcessState) -> bool
fn eq(&self, other: &ProcessState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ProcessState
impl Eq for ProcessState
impl StructuralEq for ProcessState
impl StructuralPartialEq for ProcessState
Auto Trait Implementations§
impl RefUnwindSafe for ProcessState
impl Send for ProcessState
impl Sync for ProcessState
impl Unpin for ProcessState
impl UnwindSafe for ProcessState
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