Le

Type Alias Le 

Source
pub type Le<T> = EndianPrimitive<LittleEndian, T, ()>;
Expand description

A type alias for unaligned little endian primitives

Aliased Typeยง

pub struct Le<T> { /* private fields */ }