Type Alias ENDIAN_R

Source
pub type ENDIAN_R = BitReader<ENDIAN_A>;
Expand description

Field endian reader - Sets endian of input data

Aliased Type§

struct ENDIAN_R { /* private fields */ }

Implementations§

Source§

impl ENDIAN_R

Source

pub const fn variant(&self) -> ENDIAN_A

Get enumerated values variant

Source

pub fn is_little(&self) -> bool

Little endian

Source

pub fn is_big(&self) -> bool

Big endian