PtR

Type Alias PtR 

pub type PtR = BitReader<Pt>;
Expand description

Field PT reader - Parity Type

Aliased Type§

pub struct PtR { /* private fields */ }

Implementations§

§

impl PtR

pub const fn variant(&self) -> Pt

Get enumerated values variant

pub fn is_0(&self) -> bool

Even parity.

pub fn is_1(&self) -> bool

Odd parity.