Type Alias switch_mutex_t

Source
pub type switch_mutex_t = fspr_thread_mutex_t;
Expand description

Opaque thread-local mutex structure

Aliased Typeยง

#[repr(C)]
pub struct switch_mutex_t { /* private fields */ }