Enum itron_asp3::mutex::PriorityProtection [−][src]
pub enum PriorityProtection {
None,
Ceiling {
priority: Priority,
},
}This is supported on crate features
unstable and dcre only.Expand description
Specifies a priority protection protocol used by a mutex.
Variants
None
No priority protection.
Ceiling
Fields
priority: PrioritySpecifies the priority ceiling.
The priority ceiling protocol.
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.