Struct procfs::PAGESIZE[]

pub struct PAGESIZE { /* fields omitted */ }

Memory page size, in bytes.

This is calculated from sysconf(_SC_PAGESIZE).

Methods from __Deref<Target = i64>

Trait Implementations

impl __Deref for PAGESIZE

The resulting type after dereferencing.

Dereferences the value.

impl LazyStatic for PAGESIZE

Auto Trait Implementations

impl Send for PAGESIZE

impl Sync for PAGESIZE