pub struct ABRMOD_R(/* private fields */);Expand description
Field ABRMOD reader - Auto baud rate mode
Implementations§
Source§impl ABRMOD_R
impl ABRMOD_R
Sourcepub fn is_frame7f(&self) -> bool
pub fn is_frame7f(&self) -> bool
Checks if the value of the field is FRAME7F
Sourcepub fn is_frame55(&self) -> bool
pub fn is_frame55(&self) -> bool
Checks if the value of the field is FRAME55
Methods from Deref<Target = FieldReader<u8, ABRMOD_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ABRMOD_R
impl RefUnwindSafe for ABRMOD_R
impl Send for ABRMOD_R
impl Sync for ABRMOD_R
impl Unpin for ABRMOD_R
impl UnwindSafe for ABRMOD_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