pub enum MutexType {
FastMutex,
KMutex,
}
Expand description
The type of mutexes which is passed in to the Grt to correctly initialise a new mutex
.
Variants§
Auto Trait Implementations§
impl Freeze for MutexType
impl RefUnwindSafe for MutexType
impl Send for MutexType
impl Sync for MutexType
impl Unpin for MutexType
impl UnwindSafe for MutexType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more