Enum nix::sys::timerfd::Expiration [−][src]
Expand description
An enumeration allowing the definition of the expiration time of an alarm, recurring or not.
Variants
Tuple Fields of OneShot
0: TimeSpecTuple Fields of Interval
0: TimeSpecTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Expiration
impl Send for Expiration
impl Sync for Expiration
impl Unpin for Expiration
impl UnwindSafe for Expiration
Blanket Implementations
Mutably borrows from an owned value. Read more