NotLsbAssign

Trait NotLsbAssign 

Source
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.

Required Methods§

Source

fn not_lsb_assign(&mut self, n: u8)

Implementations on Foreign Types§

Source§

impl NotLsbAssign for u8

Source§

fn not_lsb_assign(&mut self, n: u8)

Implementors§