pub enum SOFW {
STARTOFFRAME,
}
Expand description
Values that can be written to the field SOF
Variants§
STARTOFFRAME
beginning of a new USB frame and it is set when a SOF packet arrives through the USB bus
Auto Trait Implementations§
impl Freeze for SOFW
impl RefUnwindSafe for SOFW
impl Send for SOFW
impl Sync for SOFW
impl Unpin for SOFW
impl UnwindSafe for SOFW
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