enumstd.os.linux.timerfd_clockid_t[src]

Fields

REALTIME = 0
MONOTONIC = 1
BOOTTIME = 7
REALTIME_ALARM = 8
BOOTTIME_ALARM = 9
_

Source Code

Source code
pub const timerfd_clockid_t = enum(u32) {
    REALTIME = 0,
    MONOTONIC = 1,
    BOOTTIME = 7,
    REALTIME_ALARM = 8,
    BOOTTIME_ALARM = 9,
    _,
}