u32le

Type Alias u32le 

Source
pub type u32le = LittleEndian<u32>;
Expand description

Shorthand for LittleEndian<u32>

Aliased Typeยง

pub struct u32le(/* private fields */);