pub struct COMP2POL_R(/* private fields */);
Expand description
Field COMP2POL
reader - Comparator 2 output polarity
Implementations§
Source§impl COMP2POL_R
impl COMP2POL_R
Sourcepub fn variant(&self) -> COMP2POL_A
pub fn variant(&self) -> COMP2POL_A
Get enumerated values variant
Sourcepub fn is_not_inverted(&self) -> bool
pub fn is_not_inverted(&self) -> bool
Checks if the value of the field is NOTINVERTED
Sourcepub fn is_inverted(&self) -> bool
pub fn is_inverted(&self) -> bool
Checks if the value of the field is INVERTED
Methods from Deref<Target = FieldReader<bool, COMP2POL_A>>§
Trait Implementations§
Source§impl Deref for COMP2POL_R
impl Deref for COMP2POL_R
Source§type Target = FieldReader<bool, COMP2POL_A>
type Target = FieldReader<bool, COMP2POL_A>
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for COMP2POL_R
impl RefUnwindSafe for COMP2POL_R
impl Send for COMP2POL_R
impl Sync for COMP2POL_R
impl Unpin for COMP2POL_R
impl UnwindSafe for COMP2POL_R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more