Struct lock_wrappers::Mutex [] [src]

pub struct Mutex<L: RawMutex, T> { /* fields omitted */ }

Methods

impl<L: RawMutex, T> Mutex<L, T>
[src]

Trait Implementations

impl<L: RawMutex, T: Send> Send for Mutex<L, T>
[src]

impl<L: RawMutex, T: Send> Sync for Mutex<L, T>
[src]

impl<L: RawMutex + Default, T: Default> Default for Mutex<L, T>
[src]

Creates a Mutex<T>, with the Default value for T.