Enum podio::LittleEndian [] [src]

pub enum LittleEndian {}

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

Trait Implementations

impl Endianness for LittleEndian
[src]

[src]

Converts a value from the platform type to the specified endianness

[src]

Converts a value from the sepcified endianness to the platform type