Struct windows_sys::Win32::Devices::Usb::USB_CONTROLLER_INFO_0
[−]#[repr(C, packed(1))]pub struct USB_CONTROLLER_INFO_0 {
pub PciVendorId: u32,
pub PciDeviceId: u32,
pub PciRevision: u32,
pub NumberOfRootPorts: u32,
pub ControllerFlavor: USB_CONTROLLER_FLAVOR,
pub HcFeatureFlags: u32,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
PciVendorId: u32
PciDeviceId: u32
PciRevision: u32
NumberOfRootPorts: u32
ControllerFlavor: USB_CONTROLLER_FLAVOR
HcFeatureFlags: u32
Trait Implementations
impl Clone for USB_CONTROLLER_INFO_0
impl Clone for USB_CONTROLLER_INFO_0
impl Copy for USB_CONTROLLER_INFO_0
Auto Trait Implementations
impl RefUnwindSafe for USB_CONTROLLER_INFO_0
impl Send for USB_CONTROLLER_INFO_0
impl Sync for USB_CONTROLLER_INFO_0
impl Unpin for USB_CONTROLLER_INFO_0
impl UnwindSafe for USB_CONTROLLER_INFO_0
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