Trait sysinfo::AsU32

source ·
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§