Type Alias rend::f64_be

source ·
pub type f64_be = BigEndian<f64>;
Expand description

Alias for BigEndian<f64> .

Aliased Type§

struct f64_be { /* private fields */ }