pub struct EirqFlag(/* private fields */);
Expand description
外部中断标志
Implementations§
Trait Implementations§
source§impl BitAndAssign for EirqFlag
impl BitAndAssign for EirqFlag
source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign for EirqFlag
impl BitOrAssign for EirqFlag
source§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more