i32le

Type Alias i32le 

Source
pub type i32le = LittleEndian<i32>;
Expand description

Shorthand for LittleEndian<i32>

Aliased Typeยง

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