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,
}
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
§fn clone(&self) -> HDV_PCI_PNP_ID
fn clone(&self) -> HDV_PCI_PNP_ID
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for HDV_PCI_PNP_ID
Auto Trait Implementations§
impl Freeze for HDV_PCI_PNP_ID
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)