Struct epaint::mutex::RwLock [−][src]
pub struct RwLock<T>(_);
Expand description
Provides interior mutability. Only thread-safe if the multi_threaded
feature is enabled.
Implementations
Panics if already locked.
pub struct RwLock<T>(_);
Provides interior mutability. Only thread-safe if the multi_threaded
feature is enabled.
Panics if already locked.