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

pub trait NotPartial {
    type Output;
    fn not_partial(self, start: u8, len: u8) -> Self::Output;
}
Expand description

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

Associated Types

Required methods

Implementations on Foreign Types

Implementors