Struct wasix::SubscriptionClock
source · #[repr(C)]pub struct SubscriptionClock {
pub id: Clockid,
pub timeout: Timestamp,
pub precision: Timestamp,
pub flags: Subclockflags,
}Fields§
§id: ClockidThe clock against which to compare the timestamp.
timeout: TimestampThe absolute or relative timestamp.
precision: TimestampThe amount of time that the implementation may wait additionally to coalesce with other events.
flags: SubclockflagsFlags specifying whether the timeout is absolute or relative
Trait Implementations§
source§impl Clone for SubscriptionClock
impl Clone for SubscriptionClock
source§fn clone(&self) -> SubscriptionClock
fn clone(&self) -> SubscriptionClock
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more