Struct windows_sys::Win32::Devices::Usb::USBUSER_GET_USB2HW_VERSION
[−]#[repr(C)]pub struct USBUSER_GET_USB2HW_VERSION {
pub Header: USBUSER_REQUEST_HEADER,
pub Parameters: USB_USB2HW_VERSION_PARAMETERS,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
Header: USBUSER_REQUEST_HEADER
Parameters: USB_USB2HW_VERSION_PARAMETERS
Trait Implementations
impl Clone for USBUSER_GET_USB2HW_VERSION
impl Clone for USBUSER_GET_USB2HW_VERSION
impl Copy for USBUSER_GET_USB2HW_VERSION
Auto Trait Implementations
impl RefUnwindSafe for USBUSER_GET_USB2HW_VERSION
impl Send for USBUSER_GET_USB2HW_VERSION
impl Sync for USBUSER_GET_USB2HW_VERSION
impl Unpin for USBUSER_GET_USB2HW_VERSION
impl UnwindSafe for USBUSER_GET_USB2HW_VERSION
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