Trait bitwise::word::CeilPow2 [] [src]

pub trait CeilPow2 {
    fn ceil_pow2(self) -> Self;
}

Method version of ceil_pow2.

Required Methods

Implementors