Struct cloudabi::subscription_clock [] [src]

#[repr(C)]
pub struct subscription_clock { pub identifier: userdata, pub clock_id: clockid, pub timeout: timestamp, pub precision: timestamp, pub flags: subclockflags, }

Fields

The user-defined unique identifier of the clock.

The clock against which the timestamp should be compared.

The absolute or relative timestamp.

The amount of time that the kernel may wait additionally to coalesce with other events.

Flags specifying whether the timeout is absolute or relative.

Trait Implementations

impl Copy for subscription_clock
[src]

impl Clone for subscription_clock
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more