Struct os_id::process::ProcessId[][src]

pub struct ProcessId { /* fields omitted */ }

Process identifier.

Implementations

impl ProcessId[src]

pub fn current() -> Self[src]

Gets current process id

pub const fn as_raw(&self) -> RawId[src]

Access Raw identifier.

Trait Implementations

impl Clone for ProcessId[src]

impl Copy for ProcessId[src]

impl Debug for ProcessId[src]

impl Display for ProcessId[src]

impl Eq for ProcessId[src]

impl Hash for ProcessId[src]

impl LowerHex for ProcessId[src]

impl Octal for ProcessId[src]

impl PartialEq<ProcessId> for ProcessId[src]

impl UpperHex for ProcessId[src]

Auto Trait Implementations

impl Send for ProcessId

impl Sync for ProcessId

impl Unpin for ProcessId

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.