Struct procfs::TICKS_PER_SECOND[]

pub struct TICKS_PER_SECOND { /* fields omitted */ }

The number of clock ticks per second.

This is calculated from sysconf(_SC_CLK_TCK).

Methods from __Deref<Target = i64>

Trait Implementations

impl __Deref for TICKS_PER_SECOND

The resulting type after dereferencing.

Dereferences the value.

impl LazyStatic for TICKS_PER_SECOND

Auto Trait Implementations