pub struct BIDIMODE_R(/* private fields */);Expand description
Field BIDIMODE reader - Bidirectional data mode enable
Implementations§
Source§impl BIDIMODE_R
impl BIDIMODE_R
Sourcepub fn variant(&self) -> BIDIMODE_A
pub fn variant(&self) -> BIDIMODE_A
Get enumerated values variant
Sourcepub fn is_unidirectional(&self) -> bool
pub fn is_unidirectional(&self) -> bool
Checks if the value of the field is UNIDIRECTIONAL
Sourcepub fn is_bidirectional(&self) -> bool
pub fn is_bidirectional(&self) -> bool
Checks if the value of the field is BIDIRECTIONAL
Methods from Deref<Target = FieldReader<bool, BIDIMODE_A>>§
Trait Implementations§
Source§impl Deref for BIDIMODE_R
impl Deref for BIDIMODE_R
Source§type Target = FieldReader<bool, BIDIMODE_A>
type Target = FieldReader<bool, BIDIMODE_A>
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for BIDIMODE_R
impl RefUnwindSafe for BIDIMODE_R
impl Send for BIDIMODE_R
impl Sync for BIDIMODE_R
impl Unpin for BIDIMODE_R
impl UnwindSafe for BIDIMODE_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