[][src]Struct winapi::km::d3dkmthk::D3DKMT_CREATECONTEXT

#[repr(C)]
pub struct D3DKMT_CREATECONTEXT { pub hDevice: D3DKMT_HANDLE, pub NodeOrdinal: UINT, pub EngineAffinity: UINT, pub Flags: D3DDDI_CREATECONTEXTFLAGS, pub pPrivateDriverData: *mut VOID, pub PrivateDriverDataSize: UINT, pub ClientHint: D3DKMT_CLIENTHINT, pub hContext: D3DKMT_HANDLE, pub pCommandBuffer: *mut VOID, pub CommandBufferSize: UINT, pub pAllocationList: *mut D3DDDI_ALLOCATIONLIST, pub AllocationListSize: UINT, pub pPatchLocationList: *mut D3DDDI_PATCHLOCATIONLIST, pub PatchLocationListSize: UINT, pub CommandBuffer: D3DGPU_VIRTUAL_ADDRESS, }

Fields

hDevice: D3DKMT_HANDLENodeOrdinal: UINTEngineAffinity: UINTFlags: D3DDDI_CREATECONTEXTFLAGSpPrivateDriverData: *mut VOIDPrivateDriverDataSize: UINTClientHint: D3DKMT_CLIENTHINThContext: D3DKMT_HANDLEpCommandBuffer: *mut VOIDCommandBufferSize: UINTpAllocationList: *mut D3DDDI_ALLOCATIONLISTAllocationListSize: UINTpPatchLocationList: *mut D3DDDI_PATCHLOCATIONLISTPatchLocationListSize: UINTCommandBuffer: D3DGPU_VIRTUAL_ADDRESS

Trait Implementations

impl Copy for D3DKMT_CREATECONTEXT[src]

impl Clone for D3DKMT_CREATECONTEXT[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for D3DKMT_CREATECONTEXT[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]