Trait sysinfo::AsU32[][src]

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

Trait to have a common fallback for the Pid type.

Required Methods

Allows to convert Pid into u32.

Implementors