Struct freertos_rs::ExclusiveDataGuardIsr [] [src]

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

Trait Implementations

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

The resulting type after dereferencing.

[src]

Dereferences the value.

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

[src]

Mutably dereferences the value.