NotPartialAssign

Trait NotPartialAssign 

Source
pub trait NotPartialAssign {
    // Required method
    fn not_partial_assign(&mut self, start: u8, len: u8);
}
Expand description

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

Required Methods§

Source

fn not_partial_assign(&mut self, start: u8, len: u8)

Implementations on Foreign Types§

Source§

impl NotPartialAssign for u8

Source§

fn not_partial_assign(&mut self, start: u8, len: u8)

Implementors§