Struct windows_sys::Win32::System::Hypervisor::HDV_PCI_PNP_ID
[−]#[repr(C)]pub struct HDV_PCI_PNP_ID {
pub VendorID: u16,
pub DeviceID: u16,
pub RevisionID: u8,
pub ProgIf: u8,
pub SubClass: u8,
pub BaseClass: u8,
pub SubVendorID: u16,
pub SubSystemID: u16,
}
Expand description
Required features: ‘Win32_System_Hypervisor’
Fields
VendorID: u16
DeviceID: u16
RevisionID: u8
ProgIf: u8
SubClass: u8
BaseClass: u8
SubVendorID: u16
SubSystemID: u16
Trait Implementations
impl Clone for HDV_PCI_PNP_ID
impl Clone for HDV_PCI_PNP_ID
impl Copy for HDV_PCI_PNP_ID
Auto Trait Implementations
impl RefUnwindSafe for HDV_PCI_PNP_ID
impl Send for HDV_PCI_PNP_ID
impl Sync for HDV_PCI_PNP_ID
impl Unpin for HDV_PCI_PNP_ID
impl UnwindSafe for HDV_PCI_PNP_ID
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more