Struct windows_sys::Wdk::Graphics::Direct3D::DXGKVGPU_ESCAPE_INITIALIZE
#[repr(C)]pub struct DXGKVGPU_ESCAPE_INITIALIZE {
pub Header: DXGKVGPU_ESCAPE_HEAD,
pub VmGuid: GUID,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Header: DXGKVGPU_ESCAPE_HEAD
§VmGuid: GUID
Trait Implementations§
§impl Clone for DXGKVGPU_ESCAPE_INITIALIZE
impl Clone for DXGKVGPU_ESCAPE_INITIALIZE
impl Copy for DXGKVGPU_ESCAPE_INITIALIZE
Auto Trait Implementations§
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