Struct freertos_rs::ExclusiveDataGuard [] [src]

pub struct ExclusiveDataGuard<'a, T: ?Sized + 'a> { /* fields omitted */ }

Holds the mutex until we are dropped

Trait Implementations

impl<'mutex, T: ?Sized> Deref for ExclusiveDataGuard<'mutex, T>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<'mutex, T: ?Sized> DerefMut for ExclusiveDataGuard<'mutex, T>
[src]

[src]

Mutably dereferences the value.