Trait sysinfo::AsU32[][src]

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

Trait to have a common fallback for the Pid type.

Required methods

Allows to convert Pid into u32.

Implementors