Struct sandbox_ipc::sync::MutexHandle[][src]

pub struct MutexHandle { /* fields omitted */ }

A handle to a Mutex that exists in shared memory.

This can be sent over any medium capable of transmitting OS resources (e.g. MessageChannel). To reconstitute a working Mutex, a reference to the SharedMem holding it must be transmitted as well.

Trait Implementations

impl Debug for MutexHandle
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MutexHandle

impl Sync for MutexHandle