#[repr(C)]pub struct NDIS_PCI_DEVICE_CUSTOM_PROPERTIES {Show 13 fields
pub Header: NDIS_OBJECT_HEADER,
pub DeviceType: u32,
pub CurrentSpeedAndMode: u32,
pub CurrentPayloadSize: u32,
pub MaxPayloadSize: u32,
pub MaxReadRequestSize: u32,
pub CurrentLinkSpeed: u32,
pub CurrentLinkWidth: u32,
pub MaxLinkSpeed: u32,
pub MaxLinkWidth: u32,
pub PciExpressVersion: u32,
pub InterruptType: u32,
pub MaxInterruptMessages: u32,
}
Fields§
§Header: NDIS_OBJECT_HEADER
§DeviceType: u32
§CurrentSpeedAndMode: u32
§CurrentPayloadSize: u32
§MaxPayloadSize: u32
§MaxReadRequestSize: u32
§CurrentLinkSpeed: u32
§CurrentLinkWidth: u32
§MaxLinkSpeed: u32
§MaxLinkWidth: u32
§PciExpressVersion: u32
§InterruptType: u32
§MaxInterruptMessages: u32
Trait Implementations§
§impl Clone for NDIS_PCI_DEVICE_CUSTOM_PROPERTIES
impl Clone for NDIS_PCI_DEVICE_CUSTOM_PROPERTIES
§fn clone(&self) -> NDIS_PCI_DEVICE_CUSTOM_PROPERTIES
fn clone(&self) -> NDIS_PCI_DEVICE_CUSTOM_PROPERTIES
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 NDIS_PCI_DEVICE_CUSTOM_PROPERTIES
impl Debug for NDIS_PCI_DEVICE_CUSTOM_PROPERTIES
§impl PartialEq for NDIS_PCI_DEVICE_CUSTOM_PROPERTIES
impl PartialEq for NDIS_PCI_DEVICE_CUSTOM_PROPERTIES
§fn eq(&self, other: &NDIS_PCI_DEVICE_CUSTOM_PROPERTIES) -> bool
fn eq(&self, other: &NDIS_PCI_DEVICE_CUSTOM_PROPERTIES) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NDIS_PCI_DEVICE_CUSTOM_PROPERTIES
impl Eq for NDIS_PCI_DEVICE_CUSTOM_PROPERTIES
impl StructuralPartialEq for NDIS_PCI_DEVICE_CUSTOM_PROPERTIES
Auto Trait Implementations§
impl Freeze for NDIS_PCI_DEVICE_CUSTOM_PROPERTIES
impl RefUnwindSafe for NDIS_PCI_DEVICE_CUSTOM_PROPERTIES
impl Send for NDIS_PCI_DEVICE_CUSTOM_PROPERTIES
impl Sync for NDIS_PCI_DEVICE_CUSTOM_PROPERTIES
impl Unpin for NDIS_PCI_DEVICE_CUSTOM_PROPERTIES
impl UnwindSafe for NDIS_PCI_DEVICE_CUSTOM_PROPERTIES
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
)