Enum podio::BigEndian [] [src]

pub enum BigEndian {}

Big endian. The number 0xABCD is stored [0xAB, 0xCD]

Trait Implementations

impl Endianness for BigEndian
[src]

fn int_to_target<T: EndianConvert>(val: T) -> T

Converts a value from the platform type to the specified endianness

fn int_from_target<T: EndianConvert>(val: T) -> T

Converts a value from the sepcified endianness to the platform type