Struct 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