Type Definition freertos_rs::Mutex [] [src]

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