Skip to main content

PesR

Type Alias PesR 

Source
pub type PesR = BitReader<Pes>;
Expand description

Field PES reader - Payload Byte and Bit Order Selection

Aliased Type§

pub struct PesR { /* private fields */ }

Implementations§

Source§

impl PesR

Source

pub const fn variant(&self) -> Pes

Get enumerated values variant

Source

pub fn is_big_end(&self) -> bool

Big-endian

Source

pub fn is_little_end(&self) -> bool

Little-endian