Struct egui::mutex::Mutex  [−][src]
pub struct Mutex<T>(_);Expand description
Provides interior mutability. Only thread-safe if the multi_threaded feature is enabled.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for Mutex<T>
impl<T> UnwindSafe for Mutex<T> where
    T: UnwindSafe, 
Blanket Implementations
Mutably borrows from an owned value. Read more
