pub struct DSUS_C_W<'a> { /* private fields */ }Expand description
Field DSUS_C writer - Device status - suspend change. The suspend change bit is set to 1 when the suspend bit toggles. The suspend bit can toggle because: - The device goes in the suspended state - The device is disconnected - The device receives resume signaling on its upstream port. The bit is reset by writing a one to it.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DSUS_C_W<'a>
impl<'a> RefUnwindSafe for DSUS_C_W<'a>
impl<'a> Send for DSUS_C_W<'a>
impl<'a> Sync for DSUS_C_W<'a>
impl<'a> Unpin for DSUS_C_W<'a>
impl<'a> UnsafeUnpin for DSUS_C_W<'a>
impl<'a> !UnwindSafe for DSUS_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