Struct windows::Wdk::System::SystemServices::PCI_DEVICE_PRESENCE_PARAMETERS
#[repr(C)]pub struct PCI_DEVICE_PRESENCE_PARAMETERS {
pub Size: u32,
pub Flags: u32,
pub VendorID: u16,
pub DeviceID: u16,
pub RevisionID: u8,
pub SubVendorID: u16,
pub SubSystemID: u16,
pub BaseClass: u8,
pub SubClass: u8,
pub ProgIf: u8,
}
Fields§
§Size: u32
§Flags: u32
§VendorID: u16
§DeviceID: u16
§RevisionID: u8
§SubVendorID: u16
§SubSystemID: u16
§BaseClass: u8
§SubClass: u8
§ProgIf: u8
Trait Implementations§
§impl Clone for PCI_DEVICE_PRESENCE_PARAMETERS
impl Clone for PCI_DEVICE_PRESENCE_PARAMETERS
§fn clone(&self) -> PCI_DEVICE_PRESENCE_PARAMETERS
fn clone(&self) -> PCI_DEVICE_PRESENCE_PARAMETERS
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 more§impl Debug for PCI_DEVICE_PRESENCE_PARAMETERS
impl Debug for PCI_DEVICE_PRESENCE_PARAMETERS
§impl Default for PCI_DEVICE_PRESENCE_PARAMETERS
impl Default for PCI_DEVICE_PRESENCE_PARAMETERS
§impl PartialEq for PCI_DEVICE_PRESENCE_PARAMETERS
impl PartialEq for PCI_DEVICE_PRESENCE_PARAMETERS
§fn eq(&self, other: &PCI_DEVICE_PRESENCE_PARAMETERS) -> bool
fn eq(&self, other: &PCI_DEVICE_PRESENCE_PARAMETERS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PCI_DEVICE_PRESENCE_PARAMETERS
impl Eq for PCI_DEVICE_PRESENCE_PARAMETERS
impl StructuralPartialEq for PCI_DEVICE_PRESENCE_PARAMETERS
Auto Trait Implementations§
impl Freeze for PCI_DEVICE_PRESENCE_PARAMETERS
impl RefUnwindSafe for PCI_DEVICE_PRESENCE_PARAMETERS
impl Send for PCI_DEVICE_PRESENCE_PARAMETERS
impl Sync for PCI_DEVICE_PRESENCE_PARAMETERS
impl Unpin for PCI_DEVICE_PRESENCE_PARAMETERS
impl UnwindSafe for PCI_DEVICE_PRESENCE_PARAMETERS
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
)