Type Alias nix::sys::sysinfo::mem_blocks_t

source ·
type mem_blocks_t = c_ulong;

Trait Implementations§

source§

impl TryFrom<PollTimeout> for u64

§

type Error = <u64 as TryFrom<i32>>::Error

The type returned in the event of a conversion error.
source§

fn try_from(x: PollTimeout) -> Result<Self, Self::Error>

Performs the conversion.