Enum hackrf_rs::DeviceClass
source · pub enum DeviceClass {
Show 18 variants
PerInterface,
Audio,
Comm,
Hid,
Physical,
Image,
Printer,
MassStorage,
Hub,
Data,
SmartCard,
ContentSecurity,
Video,
PersonalHealthcare,
DiagnosticDevice,
Wireless,
VendorSpec,
Application,
}
Variants§
PerInterface
Audio
Comm
Hid
Physical
Image
Printer
MassStorage
Hub
Data
SmartCard
ContentSecurity
Video
PersonalHealthcare
DiagnosticDevice
Wireless
VendorSpec
Application
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DeviceClass
impl Send for DeviceClass
impl Sync for DeviceClass
impl Unpin for DeviceClass
impl UnwindSafe for DeviceClass
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