Struct esp32_nimble::utilities::mutex::MutexGuard
source · pub struct MutexGuard<'a, T>(/* private fields */);
Trait Implementations§
source§impl<'a, T> Deref for MutexGuard<'a, T>
impl<'a, T> Deref for MutexGuard<'a, T>
source§impl<'a, T> DerefMut for MutexGuard<'a, T>
impl<'a, T> DerefMut for MutexGuard<'a, T>
Auto Trait Implementations§
impl<'a, T> Freeze for MutexGuard<'a, T>
impl<'a, T> !RefUnwindSafe for MutexGuard<'a, T>
impl<'a, T> Send for MutexGuard<'a, T>where
T: Send,
impl<'a, T> Sync for MutexGuard<'a, T>where
T: Send,
impl<'a, T> Unpin for MutexGuard<'a, T>
impl<'a, T> !UnwindSafe for MutexGuard<'a, T>
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T, U> Into<U> for Twhere
U: From<T>,
impl<T, U> Into<U> for Twhere
U: From<T>,
§impl<T> Peripheral for Twhere
T: DerefMut,
<T as Deref>::Target: Peripheral,
impl<T> Peripheral for Twhere
T: DerefMut,
<T as Deref>::Target: Peripheral,
§unsafe fn clone_unchecked(&mut self) -> <T as Peripheral>::P
unsafe fn clone_unchecked(&mut self) -> <T as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more