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

pub trait NotPartialAssign {
    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

Implementations on Foreign Types

Implementors