BigEndian

Type Alias BigEndian 

Source
pub type BigEndian<D> = Endian<D, BigEndian>;
Expand description

A type alias for Endian specialized for big endian byte order.

Aliased Typeยง

pub struct BigEndian<D> { /* private fields */ }