Trait sysinfo::AsU32[][src]

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

Trait to have a common fallback for the Pid type.

Required methods

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

Allows to convert Pid into u32.

Loading content...

Implementors

impl AsU32 for Pid[src]

Loading content...