Struct windows_sys::Wdk::Graphics::Direct3D::DXGKVGPU_ESCAPE_INITIALIZE
#[repr(C)]pub struct DXGKVGPU_ESCAPE_INITIALIZE {
pub Header: DXGKVGPU_ESCAPE_HEAD,
pub VmGuid: GUID,
}
Fields§
§Header: DXGKVGPU_ESCAPE_HEAD
§VmGuid: GUID
Trait Implementations§
§impl Clone for DXGKVGPU_ESCAPE_INITIALIZE
impl Clone for DXGKVGPU_ESCAPE_INITIALIZE
§fn clone(&self) -> DXGKVGPU_ESCAPE_INITIALIZE
fn clone(&self) -> DXGKVGPU_ESCAPE_INITIALIZE
Returns a copy 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 moreimpl Copy for DXGKVGPU_ESCAPE_INITIALIZE
Auto Trait Implementations§
impl Freeze for DXGKVGPU_ESCAPE_INITIALIZE
impl RefUnwindSafe for DXGKVGPU_ESCAPE_INITIALIZE
impl Send for DXGKVGPU_ESCAPE_INITIALIZE
impl Sync for DXGKVGPU_ESCAPE_INITIALIZE
impl Unpin for DXGKVGPU_ESCAPE_INITIALIZE
impl UnwindSafe for DXGKVGPU_ESCAPE_INITIALIZE
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)