Struct windows::Win32::Graphics::Direct3D9::D3DPRIMCAPS
#[repr(C)]pub struct D3DPRIMCAPS {Show 14 fields
pub dwSize: u32,
pub dwMiscCaps: u32,
pub dwRasterCaps: u32,
pub dwZCmpCaps: u32,
pub dwSrcBlendCaps: u32,
pub dwDestBlendCaps: u32,
pub dwAlphaCmpCaps: u32,
pub dwShadeCaps: u32,
pub dwTextureCaps: u32,
pub dwTextureFilterCaps: u32,
pub dwTextureBlendCaps: u32,
pub dwTextureAddressCaps: u32,
pub dwStippleWidth: u32,
pub dwStippleHeight: u32,
}
Fields§
§dwSize: u32
§dwMiscCaps: u32
§dwRasterCaps: u32
§dwZCmpCaps: u32
§dwSrcBlendCaps: u32
§dwDestBlendCaps: u32
§dwAlphaCmpCaps: u32
§dwShadeCaps: u32
§dwTextureCaps: u32
§dwTextureFilterCaps: u32
§dwTextureBlendCaps: u32
§dwTextureAddressCaps: u32
§dwStippleWidth: u32
§dwStippleHeight: u32
Trait Implementations§
§impl Clone for D3DPRIMCAPS
impl Clone for D3DPRIMCAPS
§fn clone(&self) -> D3DPRIMCAPS
fn clone(&self) -> D3DPRIMCAPS
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 D3DPRIMCAPS
impl Debug for D3DPRIMCAPS
§impl PartialEq for D3DPRIMCAPS
impl PartialEq for D3DPRIMCAPS
§fn eq(&self, other: &D3DPRIMCAPS) -> bool
fn eq(&self, other: &D3DPRIMCAPS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for D3DPRIMCAPS
impl Eq for D3DPRIMCAPS
impl StructuralPartialEq for D3DPRIMCAPS
Auto Trait Implementations§
impl Freeze for D3DPRIMCAPS
impl RefUnwindSafe for D3DPRIMCAPS
impl Send for D3DPRIMCAPS
impl Sync for D3DPRIMCAPS
impl Unpin for D3DPRIMCAPS
impl UnwindSafe for D3DPRIMCAPS
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
)