#[repr(C)]pub struct DXGKVGPU_ESCAPE_READ_PCI_CONFIG {
pub Header: DXGKVGPU_ESCAPE_HEAD,
pub Offset: UINT,
pub Size: UINT,
}
Fields§
§Header: DXGKVGPU_ESCAPE_HEAD
§Offset: UINT
§Size: UINT
Trait Implementations§
Source§impl Clone for DXGKVGPU_ESCAPE_READ_PCI_CONFIG
impl Clone for DXGKVGPU_ESCAPE_READ_PCI_CONFIG
Source§fn clone(&self) -> DXGKVGPU_ESCAPE_READ_PCI_CONFIG
fn clone(&self) -> DXGKVGPU_ESCAPE_READ_PCI_CONFIG
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 Default for DXGKVGPU_ESCAPE_READ_PCI_CONFIG
impl Default for DXGKVGPU_ESCAPE_READ_PCI_CONFIG
Source§fn default() -> DXGKVGPU_ESCAPE_READ_PCI_CONFIG
fn default() -> DXGKVGPU_ESCAPE_READ_PCI_CONFIG
Returns the “default value” for a type. Read more
impl Copy for DXGKVGPU_ESCAPE_READ_PCI_CONFIG
Auto Trait Implementations§
impl Freeze for DXGKVGPU_ESCAPE_READ_PCI_CONFIG
impl RefUnwindSafe for DXGKVGPU_ESCAPE_READ_PCI_CONFIG
impl Send for DXGKVGPU_ESCAPE_READ_PCI_CONFIG
impl Sync for DXGKVGPU_ESCAPE_READ_PCI_CONFIG
impl Unpin for DXGKVGPU_ESCAPE_READ_PCI_CONFIG
impl UnwindSafe for DXGKVGPU_ESCAPE_READ_PCI_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