Enum sysinfo::ProcessStatus [−][src]
Enum describing the different status of a process.
Variants
Waiting in uninterruptible disk sleep.
Running.
Sleeping in an interruptible waiting.
Stopped (on a signal) or (before Linux 2.6.33) trace stopped.
Zombie.
Tracing stop (Linux 2.6.33 onward).
Dead.
Wakekill (Linux 2.6.33 to 3.13 only).
Waking (Linux 2.6.33 to 3.13 only).
Parked (Linux 3.9 to 3.13 only).
Unknown(u32)
Unknown.
Implementations
impl ProcessStatus
[src]
Trait Implementations
impl Clone for ProcessStatus
[src]
fn clone(&self) -> ProcessStatus
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ProcessStatus
[src]
impl Debug for ProcessStatus
[src]
impl Display for ProcessStatus
[src]
impl From<char> for ProcessStatus
[src]
fn from(status: char) -> ProcessStatus
[src]
impl From<u32> for ProcessStatus
[src]
fn from(status: u32) -> ProcessStatus
[src]
Auto Trait Implementations
impl RefUnwindSafe for ProcessStatus
impl Send for ProcessStatus
impl Sync for ProcessStatus
impl Unpin for ProcessStatus
impl UnwindSafe for ProcessStatus
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Pointable for T
[src]
pub const ALIGN: usize
[src]
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
[src]
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
[src]
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
[src]
pub unsafe fn drop(ptr: usize)
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,