Struct cloudabi::subscription_lock [] [src]

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

Fields

The lock that will be acquired for reading or writing.

Whether the lock is stored in private or shared memory.

Trait Implementations

impl Copy for subscription_lock
[src]

impl Clone for subscription_lock
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more