Enum mprober_lib::process::ProcessState
source · [−]pub enum ProcessState {
Running,
Sleeping,
Waiting,
Zombie,
Stopped,
TracingStop,
PagingOrWaking,
Dead,
Wakekill,
Parked,
Idle,
}
Variants
Running
Sleeping
Waiting
Zombie
Stopped
TracingStop
PagingOrWaking
Dead
Wakekill
Parked
Idle
Implementations
sourceimpl ProcessState
impl ProcessState
sourceimpl ProcessState
impl ProcessState
Trait Implementations
sourceimpl Clone for ProcessState
impl Clone for ProcessState
sourcefn clone(&self) -> ProcessState
fn clone(&self) -> ProcessState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ProcessState
impl Debug for ProcessState
sourceimpl Default for ProcessState
impl Default for ProcessState
sourcefn default() -> ProcessState
fn default() -> ProcessState
Returns the “default value” for a type. Read more
sourceimpl FromStr for ProcessState
impl FromStr for ProcessState
sourceimpl Hash for ProcessState
impl Hash for ProcessState
sourceimpl PartialEq<ProcessState> for ProcessState
impl PartialEq<ProcessState> for ProcessState
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
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more