Skip to main content

AsdR

Type Alias AsdR 

Source
pub type AsdR = BitReader<Asd>;
Expand description

Field ASD reader - ACK Suppression Disable

Aliased Type§

pub struct AsdR { /* private fields */ }

Implementations§

Source§

impl AsdR

Source

pub const fn variant(&self) -> Asd

Get enumerated values variant

Source

pub fn is_enable(&self) -> bool

Enabled

Source

pub fn is_disable(&self) -> bool

Disabled