Struct itron_solid_fmp3::mutex::Builder [−][src]
pub struct Builder { /* fields omitted */ }
This is supported on crate features
unstable
and dcre
only.Expand description
The builder type for mutexes. Created by Mutex::build
.
Its generic parameters are an implementation detail.
Implementations
Specify the priority protection mechanism to use.
Defaults to None
when unspecified.
Specify the queue order. Defaults to Fifo
when unspecified.
Ignored if