zerocopy::byteorder

Type Alias NetworkEndian

Source
pub type NetworkEndian = BigEndian;
Expand description

The endianness used in many network protocols.

This is a type alias for BigEndian.

Aliased Type§

enum NetworkEndian {}

Variants§