Type Alias simple_endian::i32le

source ·
pub type i32le = LittleEndian<i32>;
Expand description

Shorthand for LittleEndian<i32>

Aliased Type§

struct i32le(/* private fields */);