Struct windows_sys::Win32::Devices::Usb::USBSCAN_GET_DESCRIPTOR
[−]#[repr(C)]pub struct USBSCAN_GET_DESCRIPTOR {
pub DescriptorType: u8,
pub Index: u8,
pub LanguageId: u16,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
DescriptorType: u8
Index: u8
LanguageId: u16
Trait Implementations
impl Clone for USBSCAN_GET_DESCRIPTOR
impl Clone for USBSCAN_GET_DESCRIPTOR
impl Copy for USBSCAN_GET_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for USBSCAN_GET_DESCRIPTOR
impl Send for USBSCAN_GET_DESCRIPTOR
impl Sync for USBSCAN_GET_DESCRIPTOR
impl Unpin for USBSCAN_GET_DESCRIPTOR
impl UnwindSafe for USBSCAN_GET_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