Be

Type Alias Be 

Source
pub type Be<T> = EndianPrimitive<BigEndian, T, ()>;
Expand description

A type alias for unaligned big endian primitives

Aliased Typeยง

pub struct Be<T> { /* private fields */ }