pub struct DRES_C_R(/* private fields */);Expand description
Field DRES_C reader - 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.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DRES_C_R
impl RefUnwindSafe for DRES_C_R
impl Send for DRES_C_R
impl Sync for DRES_C_R
impl Unpin for DRES_C_R
impl UnsafeUnpin for DRES_C_R
impl UnwindSafe for DRES_C_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