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