Struct windows_sys::Win32::Devices::Usb::USB_DEVICE_DESCRIPTOR
[−]#[repr(C, packed(1))]pub struct USB_DEVICE_DESCRIPTOR {Show 14 fields
pub bLength: u8,
pub bDescriptorType: u8,
pub bcdUSB: u16,
pub bDeviceClass: u8,
pub bDeviceSubClass: u8,
pub bDeviceProtocol: u8,
pub bMaxPacketSize0: u8,
pub idVendor: u16,
pub idProduct: u16,
pub bcdDevice: u16,
pub iManufacturer: u8,
pub iProduct: u8,
pub iSerialNumber: u8,
pub bNumConfigurations: u8,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
bLength: u8
bDescriptorType: u8
bcdUSB: u16
bDeviceClass: u8
bDeviceSubClass: u8
bDeviceProtocol: u8
bMaxPacketSize0: u8
idVendor: u16
idProduct: u16
bcdDevice: u16
iManufacturer: u8
iProduct: u8
iSerialNumber: u8
bNumConfigurations: u8
Trait Implementations
impl Clone for USB_DEVICE_DESCRIPTOR
impl Clone for USB_DEVICE_DESCRIPTOR
impl Copy for USB_DEVICE_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for USB_DEVICE_DESCRIPTOR
impl Send for USB_DEVICE_DESCRIPTOR
impl Sync for USB_DEVICE_DESCRIPTOR
impl Unpin for USB_DEVICE_DESCRIPTOR
impl UnwindSafe for USB_DEVICE_DESCRIPTOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more