Trait Swappable

Source
pub trait Swappable { }
Expand description

A trait representing data types that can be swapped between endianness formats.

Implementations on Foreign Types§

Source§

impl Swappable for f32

Source§

impl Swappable for f64

Source§

impl Swappable for i16

Source§

impl Swappable for i32

Source§

impl Swappable for i64

Source§

impl Swappable for i128

Source§

impl Swappable for isize

Source§

impl Swappable for u16

Source§

impl Swappable for u32

Source§

impl Swappable for u64

Source§

impl Swappable for u128

Source§

impl Swappable for usize

Implementors§