Struct cmsis_pack::pdsc::Condition [−][src]
pub struct Condition {
pub id: String,
pub accept: Vec<ConditionComponent>,
pub deny: Vec<ConditionComponent>,
pub require: Vec<ConditionComponent>,
}Fields
id: Stringaccept: Vec<ConditionComponent>deny: Vec<ConditionComponent>require: Vec<ConditionComponent>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Condition
impl UnwindSafe for Condition
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more