[][src]Trait sysinfo::AsU32

pub trait AsU32 {
    pub fn as_u32(&self) -> u32;
}

Trait to have a common fallback for the Pid type.

Required methods

pub fn as_u32(&self) -> u32[src]

Allows to convert Pid into u32.

Loading content...

Implementors

impl AsU32 for Pid[src]

Loading content...