Skip to main content

SWAP_R

Type Alias SWAP_R 

Source
pub type SWAP_R = R<bool, SWAP_A>;
Expand description

Reader of field SWAP

Aliased Type§

pub struct SWAP_R { /* private fields */ }

Implementations§

Source§

impl SWAP_R

Source

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