Trait ppv_lite86::Swap64[][src]

pub trait Swap64 {
    fn swap1(self) -> Self;
fn swap2(self) -> Self;
fn swap4(self) -> Self;
fn swap8(self) -> Self;
fn swap16(self) -> Self;
fn swap32(self) -> Self;
fn swap64(self) -> Self; }

Exchange neigboring ranges of bits of the specified size

Required methods

fn swap1(self) -> Self[src]

fn swap2(self) -> Self[src]

fn swap4(self) -> Self[src]

fn swap8(self) -> Self[src]

fn swap16(self) -> Self[src]

fn swap32(self) -> Self[src]

fn swap64(self) -> Self[src]

Loading content...

Implementors

Loading content...