Trait deepmesa_collections::bitvec::traits::NotMsbAssign[][src]

pub trait NotMsbAssign {
    fn not_msb_assign(&mut self, n: u8);
}
Expand description

Bitwise != (not assign) operation on the Msb bits of self.

Required methods

Implementations on Foreign Types

Implementors