pub type FIFOPriorityMutex<P, T, const LOWEST_FIRST: bool = false> = PriorityMutex<P, T, true, LOWEST_FIRST>;Aliased Typeยง
pub struct FIFOPriorityMutex<P, T, const LOWEST_FIRST: bool = false> { /* private fields */ }pub type FIFOPriorityMutex<P, T, const LOWEST_FIRST: bool = false> = PriorityMutex<P, T, true, LOWEST_FIRST>;pub struct FIFOPriorityMutex<P, T, const LOWEST_FIRST: bool = false> { /* private fields */ }