Struct sandbox_ipc::sync::MutexGuard[][src]

pub struct MutexGuard<'a> { /* fields omitted */ }

Trait Implementations

impl<'a> Drop for MutexGuard<'a>
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'a> Send for MutexGuard<'a>

impl<'a> Sync for MutexGuard<'a>