[][src]Trait podio::Endianness

pub trait Endianness {
    fn is_little_endian() -> bool;
}

Trait to determine the conversion methods for a specific endianness

Required methods

fn is_little_endian() -> bool

Converts a value between little-endian and the specified endianness

Loading content...

Implementors

impl Endianness for BigEndian[src]

impl Endianness for LittleEndian[src]

Loading content...