pub struct DRES_C_W<'a> { /* private fields */ }Expand description
Field DRES_C writer - Device status - reset change. This bit is set when the device received a bus reset. On a bus reset the device will automatically go to the default state (unconfigured and responding to address 0). The bit is reset by writing a one to it.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DRES_C_W<'a>
impl<'a> RefUnwindSafe for DRES_C_W<'a>
impl<'a> Send for DRES_C_W<'a>
impl<'a> Sync for DRES_C_W<'a>
impl<'a> Unpin for DRES_C_W<'a>
impl<'a> UnsafeUnpin for DRES_C_W<'a>
impl<'a> !UnwindSafe for DRES_C_W<'a>
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