Type Alias simple_endian::f32be

source ·
pub type f32be = BigEndian<f32>;
Expand description

Shorthand for BigEndian<f32>

Aliased Type§

struct f32be(/* private fields */);