rusb
rusb copied to clipboard
Add values and a repr() to SyncType and UsageType
This just makes them more useful when recreating C-values.
Maybe just add impl From<SyncType> for u8?
The From is trivial to implement once you've add repr values.