Struct freertos_rs::MutexGuard [] [src]

pub struct MutexGuard<'a, T: ?Sized + 'a, M: 'a> where
    M: MutexInnerImpl
{ /* fields omitted */ }

Holds the mutex until we are dropped

Trait Implementations

impl<'mutex, T: ?Sized, M> Deref for MutexGuard<'mutex, T, M> where
    M: MutexInnerImpl
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<'mutex, T: ?Sized, M> DerefMut for MutexGuard<'mutex, T, M> where
    M: MutexInnerImpl
[src]

[src]

Mutably dereferences the value.

impl<'a, T: ?Sized, M> Drop for MutexGuard<'a, T, M> where
    M: MutexInnerImpl
[src]

[src]

Executes the destructor for this type. Read more