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