Trait bitwise::word::IsPow2 [] [src]

pub trait IsPow2 {
    fn is_pow2(self) -> bool;
}

Method version of is_pow2.

Required Methods

Implementors