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.
pub trait NotPartialAssign {
// Required method
fn not_partial_assign(&mut self, start: u8, len: u8);
}Bitwise != (not assign) operation on a subset of the
bits of self.