Trait bitwise::word::ClearBit [] [src]

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

Method version of clear_bit.

Required Methods

Implementors