Trait ppv_lite86::BSwap

source ·
pub trait BSwap {
    // Required method
    fn bswap(self) -> Self;
}

Required Methods§

source

fn bswap(self) -> Self

Implementors§

source§

impl<NI> BSwap for u32x4x2_avx2<NI>

source§

impl<S4, NI> BSwap for u32x4_sse2<NoS3, S4, NI>

source§

impl<S4, NI> BSwap for u32x4_sse2<YesS3, S4, NI>

source§

impl<S4, NI> BSwap for u64x2_sse2<NoS3, S4, NI>

source§

impl<S4, NI> BSwap for u64x2_sse2<YesS3, S4, NI>

source§

impl<S4, NI> BSwap for u128x1_sse2<NoS3, S4, NI>

source§

impl<S4, NI> BSwap for u128x1_sse2<YesS3, S4, NI>

source§

impl<W: BSwap + Copy> BSwap for x4<W>

source§

impl<W: BSwap + Copy, G> BSwap for x2<W, G>