NotMsbAssign

Trait NotMsbAssign 

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

Required Methods§

Source

fn not_msb_assign(&mut self, n: u8)

Implementations on Foreign Types§

Source§

impl NotMsbAssign for u8

Source§

fn not_msb_assign(&mut self, n: u8)

Implementors§