pub struct TIMEOUTA_R(/* private fields */);
Expand description
Field TIMEOUTA
reader - Bus timeout A
Methods from Deref<Target = FieldReader<u16, u16>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TIMEOUTA_R
impl RefUnwindSafe for TIMEOUTA_R
impl Send for TIMEOUTA_R
impl Sync for TIMEOUTA_R
impl Unpin for TIMEOUTA_R
impl UnwindSafe for TIMEOUTA_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