Struct itron_solid_asp3::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

Create a mutex using the specified parameters.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.