Trait AsU32
sysinfo
pub trait AsU32 { fn as_u32(&self) -> u32; }
Trait to have a common fallback for the Pid type.
Pid
fn as_u32(&self) -> u32
Allows to convert Pid into u32.
u32
impl AsU32 for Pid