Struct egui::mutex::MutexGuard [−][src]
pub struct MutexGuard<'a, T>(_, _);Expand description
The lock you get from Mutex.
Trait Implementations
Mutably dereferences the value.
pub struct MutexGuard<'a, T>(_, _);The lock you get from Mutex.
Mutably dereferences the value.