IdfsR

Type Alias IdfsR 

pub type IdfsR = FieldReader<Idfs>;
Expand description

Field IDFS reader - ID Filtering Selection

Aliased Type§

pub struct IdfsR { /* private fields */ }

Implementations§

§

impl IdfsR

pub const fn variant(&self) -> Idfs

Get enumerated values variant

pub fn is_00(&self) -> bool

Match upon a ID contents against an exact target value

pub fn is_01(&self) -> bool

Match upon a ID value greater than or equal to a specified target value

pub fn is_10(&self) -> bool

Match upon a ID value smaller than or equal to a specified target value

pub fn is_11(&self) -> bool

Match upon a ID value inside a range, greater than or equal to a specified lower limit and smaller than or equal a specified upper limit