Struct cloudabi::subscription_condvar [] [src]

#[repr(C)]
pub struct subscription_condvar { pub condvar: *mut condvar, pub lock: *mut lock, pub condvar_scope: scope, pub lock_scope: scope, }

Fields

The condition variable on which to wait to be woken up.

The lock that will be released while waiting.

The lock will be reacquired for writing when the condition variable triggers.

Whether the condition variable is stored in private or shared memory.

Whether the lock is stored in private or shared memory.

Trait Implementations

impl Copy for subscription_condvar
[src]

impl Clone for subscription_condvar
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more