Trait bitwise::word::FlipBit [] [src]

pub trait FlipBit {
    fn flip_bit<U: UnsignedWord>(self, n: U) -> Self;
}

Method version of flip_bit.

Required Methods

Implementors