Trait bitwise::word::FloorPow2 [] [src]

pub trait FloorPow2 {
    fn floor_pow2(self) -> Self;
}

Method version of floor_pow2.

Required Methods

Implementors