Enum nix::sys::timerfd::Expiration [−][src]
Expand description
An enumeration allowing the definition of the expiration time of an alarm, recurring or not.
Variants
OneShot(TimeSpec)
Tuple Fields
0: TimeSpec
IntervalDelayed(TimeSpec, TimeSpec)
Interval(TimeSpec)
Tuple Fields
0: TimeSpec
Trait 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