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