Skip to main content

NetworkEndian

Type Alias NetworkEndian 

Source
pub type NetworkEndian = BE;
Expand description

Defines network byte order serialization. (type alias for BigEndian)

Aliased Typeยง

pub struct NetworkEndian;