Enum podio::BigEndian [] [src]

pub enum BigEndian {}

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

Trait Implementations

impl Endianness for BigEndian
[src]

Converts a value from the platform type to the specified endianness

Converts a value from the sepcified endianness to the platform type