#[repr(C)]pub struct _PCI_ATS_INTERFACE {
pub Size: USHORT,
pub Version: USHORT,
pub Context: PVOID,
pub InterfaceReference: PINTERFACE_REFERENCE,
pub InterfaceDereference: PINTERFACE_DEREFERENCE,
pub SetAddressTranslationServices: PPCI_SET_ATS,
pub InvalidateQueueDepth: UCHAR,
}Fields§
§Size: USHORT§Version: USHORT§Context: PVOID§InterfaceReference: PINTERFACE_REFERENCE§InterfaceDereference: PINTERFACE_DEREFERENCE§SetAddressTranslationServices: PPCI_SET_ATS§InvalidateQueueDepth: UCHARTrait Implementations§
Source§impl Clone for _PCI_ATS_INTERFACE
impl Clone for _PCI_ATS_INTERFACE
Source§fn clone(&self) -> _PCI_ATS_INTERFACE
fn clone(&self) -> _PCI_ATS_INTERFACE
Returns a duplicate 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 moreSource§impl Debug for _PCI_ATS_INTERFACE
impl Debug for _PCI_ATS_INTERFACE
impl Copy for _PCI_ATS_INTERFACE
Auto Trait Implementations§
impl Freeze for _PCI_ATS_INTERFACE
impl RefUnwindSafe for _PCI_ATS_INTERFACE
impl !Send for _PCI_ATS_INTERFACE
impl !Sync for _PCI_ATS_INTERFACE
impl Unpin for _PCI_ATS_INTERFACE
impl UnwindSafe for _PCI_ATS_INTERFACE
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