[][src]Type Definition simple_endian::f64be

type f64be = BigEndian<f64>;

Shorthand for BigEndian<f64>