Trait fructose::operators::bit::BitSwap[][src]

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

Required methods

fn swap_bytes(self) -> Self[src]

Loading content...

Implementations on Foreign Types

impl BitSwap for isize[src]

impl BitSwap for usize[src]

impl BitSwap for i8[src]

impl BitSwap for u8[src]

impl BitSwap for i16[src]

impl BitSwap for u16[src]

impl BitSwap for i32[src]

impl BitSwap for u32[src]

impl BitSwap for i64[src]

impl BitSwap for u64[src]

impl BitSwap for i128[src]

impl BitSwap for u128[src]

Loading content...

Implementors

Loading content...