pub trait NotMsbAssign {
// Required method
fn not_msb_assign(&mut self, n: u8);
}Expand description
Bitwise != (not assign) operation on the Msb bits of
self.
pub trait NotMsbAssign {
// Required method
fn not_msb_assign(&mut self, n: u8);
}Bitwise != (not assign) operation on the Msb bits of
self.