Struct windows_sys::Wdk::System::SystemServices::PCI_SECURITY_INTERFACE2
#[repr(C)]pub struct PCI_SECURITY_INTERFACE2 {
pub Size: u16,
pub Version: u16,
pub Context: *mut c_void,
pub InterfaceReference: PINTERFACE_REFERENCE,
pub InterfaceDereference: PINTERFACE_DEREFERENCE,
pub Flags: u32,
pub SupportedScenarios: u32,
pub SetAccessControlServices: PPCI_SET_ACS2,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Size: u16
§Version: u16
§Context: *mut c_void
§InterfaceReference: PINTERFACE_REFERENCE
§InterfaceDereference: PINTERFACE_DEREFERENCE
§Flags: u32
§SupportedScenarios: u32
§SetAccessControlServices: PPCI_SET_ACS2
Trait Implementations§
§impl Clone for PCI_SECURITY_INTERFACE2
impl Clone for PCI_SECURITY_INTERFACE2
impl Copy for PCI_SECURITY_INTERFACE2
Auto Trait Implementations§
impl RefUnwindSafe for PCI_SECURITY_INTERFACE2
impl !Send for PCI_SECURITY_INTERFACE2
impl !Sync for PCI_SECURITY_INTERFACE2
impl Unpin for PCI_SECURITY_INTERFACE2
impl UnwindSafe for PCI_SECURITY_INTERFACE2
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