Struct windows_sys::Wdk::System::SystemServices::PCI_COMMON_CONFIG
#[repr(C)]pub struct PCI_COMMON_CONFIG {
pub Base: PCI_COMMON_HEADER,
pub DeviceSpecific: [u8; 192],
}
Fields§
§Base: PCI_COMMON_HEADER
§DeviceSpecific: [u8; 192]
Trait Implementations§
§impl Clone for PCI_COMMON_CONFIG
impl Clone for PCI_COMMON_CONFIG
impl Copy for PCI_COMMON_CONFIG
Auto Trait Implementations§
impl RefUnwindSafe for PCI_COMMON_CONFIG
impl Send for PCI_COMMON_CONFIG
impl Sync for PCI_COMMON_CONFIG
impl Unpin for PCI_COMMON_CONFIG
impl UnwindSafe for PCI_COMMON_CONFIG
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