Trait bitwise::word::SwapBytes [] [src]

pub trait SwapBytes {
    fn swap_bytes(self) -> Self;
}

Method version of swap_bytes.

Required Methods

Implementors