Enum braid_triggerbox_comms::UsbEvent
source · pub enum UsbEvent {
TimestampQuery(u8),
VersionRequest,
Sync(SyncVal),
SetTop(TopAndPrescaler),
SetAOut(NewAOut),
Udev(UdevMsg),
SetLed(LedInfo),
}
Variants§
TimestampQuery(u8)
VersionRequest
Sync(SyncVal)
SetTop(TopAndPrescaler)
SetAOut(NewAOut)
Udev(UdevMsg)
SetLed(LedInfo)
Trait Implementations§
source§impl PartialEq for UsbEvent
impl PartialEq for UsbEvent
impl StructuralPartialEq for UsbEvent
Auto Trait Implementations§
impl Freeze for UsbEvent
impl RefUnwindSafe for UsbEvent
impl Send for UsbEvent
impl Sync for UsbEvent
impl Unpin for UsbEvent
impl UnwindSafe for UsbEvent
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