pub enum SUSPW {
SUSPEND,
}
Expand description
Values that can be written to the field SUSP
Variants§
SUSPEND
no traffic has been received for 3 ms, indicating a suspend mode request from the USB bus
Auto Trait Implementations§
impl Freeze for SUSPW
impl RefUnwindSafe for SUSPW
impl Send for SUSPW
impl Sync for SUSPW
impl Unpin for SUSPW
impl UnwindSafe for SUSPW
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