pub type InterruptTicketMutex<T> = Mutex<RawInterruptTicketMutex, T>;
Expand description

Aliased Type§

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