Skip to main content

OnceR

Type Alias OnceR 

Source
pub type OnceR = BitReader<Once>;
Expand description

Field ONCE reader - Count Once

Aliased Type§

pub struct OnceR { /* private fields */ }

Implementations§

Source§

impl OnceR

Source

pub const fn variant(&self) -> Once

Get enumerated values variant

Source

pub fn is_once0(&self) -> bool

Position counter counts repeatedly

Source

pub fn is_once1(&self) -> bool

Position counter counts until roll-over or roll-under, then stop.