Struct windows::Wdk::Graphics::Direct3D::D3DNTHAL_DP2COMPOSERECTS
#[repr(C)]pub struct D3DNTHAL_DP2COMPOSERECTS {
pub SrcSurfaceHandle: u32,
pub DstSurfaceHandle: u32,
pub SrcRectDescsVBHandle: u32,
pub NumRects: u32,
pub DstRectDescsVBHandle: u32,
pub Operation: D3DCOMPOSERECTSOP,
pub XOffset: i32,
pub YOffset: i32,
}
Fields§
§SrcSurfaceHandle: u32
§DstSurfaceHandle: u32
§SrcRectDescsVBHandle: u32
§NumRects: u32
§DstRectDescsVBHandle: u32
§Operation: D3DCOMPOSERECTSOP
§XOffset: i32
§YOffset: i32
Trait Implementations§
§impl Clone for D3DNTHAL_DP2COMPOSERECTS
impl Clone for D3DNTHAL_DP2COMPOSERECTS
§fn clone(&self) -> D3DNTHAL_DP2COMPOSERECTS
fn clone(&self) -> D3DNTHAL_DP2COMPOSERECTS
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 Debug for D3DNTHAL_DP2COMPOSERECTS
impl Debug for D3DNTHAL_DP2COMPOSERECTS
§impl Default for D3DNTHAL_DP2COMPOSERECTS
impl Default for D3DNTHAL_DP2COMPOSERECTS
§impl PartialEq for D3DNTHAL_DP2COMPOSERECTS
impl PartialEq for D3DNTHAL_DP2COMPOSERECTS
§fn eq(&self, other: &D3DNTHAL_DP2COMPOSERECTS) -> bool
fn eq(&self, other: &D3DNTHAL_DP2COMPOSERECTS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for D3DNTHAL_DP2COMPOSERECTS
impl Eq for D3DNTHAL_DP2COMPOSERECTS
impl StructuralPartialEq for D3DNTHAL_DP2COMPOSERECTS
Auto Trait Implementations§
impl Freeze for D3DNTHAL_DP2COMPOSERECTS
impl RefUnwindSafe for D3DNTHAL_DP2COMPOSERECTS
impl Send for D3DNTHAL_DP2COMPOSERECTS
impl Sync for D3DNTHAL_DP2COMPOSERECTS
impl Unpin for D3DNTHAL_DP2COMPOSERECTS
impl UnwindSafe for D3DNTHAL_DP2COMPOSERECTS
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
)