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