[][src]Trait ppv_lite86::Swap64

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

fn swap2(self) -> Self

fn swap4(self) -> Self

fn swap8(self) -> Self

fn swap16(self) -> Self

fn swap32(self) -> Self

fn swap64(self) -> Self

Loading content...

Implementors

impl Swap64 for u128x1_generic[src]

impl Swap64 for u32x4_generic[src]

impl Swap64 for u64x2_generic[src]

Loading content...