i32be

Type Alias i32be 

Source
pub type i32be = BigEndian<i32>;
Expand description

Shorthand for BigEndian<i32>

Aliased Typeยง

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