Struct futex::MutexGuard [] [src]

#[must_use]
pub struct MutexGuard<'a, T: 'a> { /* fields omitted */ }

Trait Implementations

impl<'a, T: 'a> Drop for MutexGuard<'a, T>
[src]

A method called when the value goes out of scope. Read more

impl<'a, T: 'a> Deref for MutexGuard<'a, T>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<'a, T: 'a> DerefMut for MutexGuard<'a, T>
[src]

The method called to mutably dereference a value