Skip to main content

LbufR

Type Alias LbufR 

Source
pub type LbufR = BitReader<Lbuf>;
Expand description

Field LBUF reader - Lowest Buffer Transmitted First

Aliased Type§

pub struct LbufR { /* private fields */ }

Implementations§

Source§

impl LbufR

Source

pub const fn variant(&self) -> Lbuf

Get enumerated values variant

Source

pub fn is_highest_buffer_first(&self) -> bool

Buffer with highest priority is transmitted first.

Source

pub fn is_lowest_buffer_first(&self) -> bool

Lowest number buffer is transmitted first.