Trait bitwise::word::CopyBit [] [src]

pub trait CopyBit {
    fn copy_bit<U: UnsignedWord>(self, f: U, _: Self, t: U) -> Self;
}

Method version of copy_bit.

Required Methods

Implementors