Trait bitwise::word::IsAligned [] [src]

pub trait IsAligned {
    fn is_aligned<U: UnsignedWord>(self, _: U) -> bool;
}

Method version of is_aligned.

Required Methods

Implementors