Trait bitwise::word::ExtractBits [] [src]

pub trait ExtractBits {
    fn extract_bits<U: Word>(self, _: U, _: U) -> Self;
}

Method version of extract_bits.

Required Methods

Implementors