freertos_rs

Type Alias Mutex

Source
pub type Mutex<T> = MutexImpl<T, MutexNormal>;

Aliased Typeยง

struct Mutex<T> { /* private fields */ }