Skip to main content

AVLP_R

Type Alias AVLP_R 

Source
pub type AVLP_R = R<bool, AVLP_A>;
Expand description

Reader of field AVLP

Aliased Type§

pub struct AVLP_R { /* private fields */ }

Implementations§

Source§

impl AVLP_R

Source

pub fn variant(&self) -> AVLP_A

Get enumerated values variant

Source

pub fn is_0(&self) -> bool

Checks if the value of the field is _0

Source

pub fn is_1(&self) -> bool

Checks if the value of the field is _1