Skip to main content

PCI_ATS_INTERFACE

Type Alias PCI_ATS_INTERFACE 

Source
pub type PCI_ATS_INTERFACE = _PCI_ATS_INTERFACE;

Aliased Type§

#[repr(C)]
pub struct PCI_ATS_INTERFACE { pub Size: u16, pub Version: u16, pub Context: *mut c_void, pub InterfaceReference: Option<unsafe extern "C" fn(*mut c_void)>, pub InterfaceDereference: Option<unsafe extern "C" fn(*mut c_void)>, pub SetAddressTranslationServices: Option<unsafe extern "C" fn(*mut c_void, u8) -> i64>, pub InvalidateQueueDepth: u8, }

Fields§

§Size: u16§Version: u16§Context: *mut c_void§InterfaceReference: Option<unsafe extern "C" fn(*mut c_void)>§InterfaceDereference: Option<unsafe extern "C" fn(*mut c_void)>§SetAddressTranslationServices: Option<unsafe extern "C" fn(*mut c_void, u8) -> i64>§InvalidateQueueDepth: u8