pub struct MsdosMode(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
source§impl BitAndAssign<MsdosMode> for MsdosMode
impl BitAndAssign<MsdosMode> for MsdosMode
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moresource§impl BitOrAssign<MsdosMode> for MsdosMode
impl BitOrAssign<MsdosMode> for MsdosMode
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read more