pub struct ABREN_R(/* private fields */);Expand description
Field ABREN reader - Auto baud rate enable
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ABREN_R
impl RefUnwindSafe for ABREN_R
impl Send for ABREN_R
impl Sync for ABREN_R
impl Unpin for ABREN_R
impl UnwindSafe for ABREN_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