Type Alias dsi_bitstream::traits::BE

source ·
pub type BE = BigEndian;
Expand description

Alias for BigEndian

Aliased Type§

struct BE;

Trait Implementations§

source§

impl Display for BE

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more