#[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: u16DeviceID: u16RevisionID: u8ProgIf: u8SubClass: u8BaseClass: u8SubVendorID: u16SubSystemID: u16

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.