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
sourceimpl Clone for SubscriptionClock
impl Clone for SubscriptionClock
sourcefn clone(&self) -> SubscriptionClock
fn clone(&self) -> SubscriptionClock
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SubscriptionClock
impl Debug for SubscriptionClock
impl Copy for SubscriptionClock
Auto Trait Implementations
impl RefUnwindSafe for SubscriptionClock
impl Send for SubscriptionClock
impl Sync for SubscriptionClock
impl Unpin for SubscriptionClock
impl UnwindSafe for SubscriptionClock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more