CocoR

Type Alias CocoR 

pub type CocoR = BitReader<Coco>;
Expand description

Field COCO reader - Conversion Complete Flag

Aliased Type§

pub struct CocoR { /* private fields */ }

Implementations§

§

impl CocoR

pub const fn variant(&self) -> Coco

Get enumerated values variant

pub fn is_0(&self) -> bool

Conversion is not completed.

pub fn is_1(&self) -> bool

Conversion is completed.