Type Alias SyntheticTimerInfo
Source pub type SyntheticTimerInfo = TimerInfo<SyntheticTimeline>;
struct SyntheticTimerInfo {
pub options: u32,
pub deadline: Instant<SyntheticTimeline>,
pub slack: Duration<SyntheticTimeline>,
}
Trait Implementations
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
Returns the “default value” for a type.
Read more
Reads a copy of
Self
from the given
source
.
Read more
Reads a copy of
Self
from the prefix of the given
source
.
Read more
Reads a copy of
Self
from the suffix of the given
source
.
Read more
Creates an instance of
Self
from zeroed bytes.
Read more
Tests for self
and other
values to be equal, and is used by ==
.
Tests for !=
. The default implementation is almost always sufficient,
and should not be overridden without very good reason.
Attempts to read the given
source
as a
Self
.
Read more
Attempts to read a
Self
from the prefix of the given
source
.
Read more
Attempts to read a
Self
from the suffix of the given
source
.
Read more