Type Alias rend::f32_be

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

Alias for BigEndian<f32> .

Aliased Type§

struct f32_be { /* private fields */ }