pub type NetworkEndian<T> = BigEndian<T>;
Network endianness is big endianness.
#[repr(transparent)]pub struct NetworkEndian<T>(pub T);
0: T