Struct freertos_rs::ExclusiveData [] [src]

pub struct ExclusiveData<T: ?Sized> { /* fields omitted */ }

Data protected with a critical region. Lightweight version of a mutex, intended for simple data structures.

Methods

impl<T> ExclusiveData<T>
[src]

[src]

[src]

[src]

Trait Implementations

impl<T: Sync + Send> Send for ExclusiveData<T>
[src]

impl<T: Sync + Send> Sync for ExclusiveData<T>
[src]