Struct windows::Wdk::Graphics::Direct3D::D3DKMT_RENDER
#[repr(C)]pub struct D3DKMT_RENDER {Show 19 fields
pub Anonymous: D3DKMT_RENDER_0,
pub CommandOffset: u32,
pub CommandLength: u32,
pub AllocationCount: u32,
pub PatchLocationCount: u32,
pub pNewCommandBuffer: *mut c_void,
pub NewCommandBufferSize: u32,
pub pNewAllocationList: *mut D3DDDI_ALLOCATIONLIST,
pub NewAllocationListSize: u32,
pub pNewPatchLocationList: *mut D3DDDI_PATCHLOCATIONLIST,
pub NewPatchLocationListSize: u32,
pub Flags: D3DKMT_RENDERFLAGS,
pub PresentHistoryToken: u64,
pub BroadcastContextCount: u32,
pub BroadcastContext: [u32; 64],
pub QueuedBufferCount: u32,
pub NewCommandBuffer: u64,
pub pPrivateDriverData: *mut c_void,
pub PrivateDriverDataSize: u32,
}
Fields§
§Anonymous: D3DKMT_RENDER_0
§CommandOffset: u32
§CommandLength: u32
§AllocationCount: u32
§PatchLocationCount: u32
§pNewCommandBuffer: *mut c_void
§NewCommandBufferSize: u32
§pNewAllocationList: *mut D3DDDI_ALLOCATIONLIST
§NewAllocationListSize: u32
§pNewPatchLocationList: *mut D3DDDI_PATCHLOCATIONLIST
§NewPatchLocationListSize: u32
§Flags: D3DKMT_RENDERFLAGS
§PresentHistoryToken: u64
§BroadcastContextCount: u32
§BroadcastContext: [u32; 64]
§QueuedBufferCount: u32
§NewCommandBuffer: u64
§pPrivateDriverData: *mut c_void
§PrivateDriverDataSize: u32
Trait Implementations§
§impl Clone for D3DKMT_RENDER
impl Clone for D3DKMT_RENDER
§fn clone(&self) -> D3DKMT_RENDER
fn clone(&self) -> D3DKMT_RENDER
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 more§impl Default for D3DKMT_RENDER
impl Default for D3DKMT_RENDER
impl Copy for D3DKMT_RENDER
Auto Trait Implementations§
impl Freeze for D3DKMT_RENDER
impl RefUnwindSafe for D3DKMT_RENDER
impl !Send for D3DKMT_RENDER
impl !Sync for D3DKMT_RENDER
impl Unpin for D3DKMT_RENDER
impl UnwindSafe for D3DKMT_RENDER
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
)