Skip to main content

ILT_R

Type Alias ILT_R 

Source
pub type ILT_R = R<bool, ILT_A>;
Expand description

Reader of field ILT

Aliased Type§

pub struct ILT_R { /* private fields */ }

Implementations§

Source§

impl ILT_R

Source

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