Struct embedded_svc::utils::mutex::MutexGuard
source · pub struct MutexGuard<'a, R, T>(/* private fields */)
where
R: RawMutex;Trait Implementations§
source§impl<'a, R, T> Deref for MutexGuard<'a, R, T>where
R: RawMutex,
impl<'a, R, T> Deref for MutexGuard<'a, R, T>where
R: RawMutex,
source§impl<'a, R, T> DerefMut for MutexGuard<'a, R, T>where
R: RawMutex,
impl<'a, R, T> DerefMut for MutexGuard<'a, R, T>where
R: RawMutex,
Auto Trait Implementations§
impl<'a, R, T> !RefUnwindSafe for MutexGuard<'a, R, T>
impl<'a, R, T> Send for MutexGuard<'a, R, T>
impl<'a, R, T> Sync for MutexGuard<'a, R, T>
impl<'a, R, T> Unpin for MutexGuard<'a, R, T>
impl<'a, R, T> !UnwindSafe for MutexGuard<'a, R, T>
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