Skip to main content

FXOR_R

Type Alias FXOR_R 

Source
pub type FXOR_R = R<bool, FXOR_A>;
Expand description

Reader of field FXOR

Aliased Type§

pub struct FXOR_R { /* private fields */ }

Implementations§

Source§

impl FXOR_R

Source

pub fn variant(&self) -> FXOR_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