Struct D3DDEVICEDESC_V1
#[repr(C)]pub struct D3DDEVICEDESC_V1 {Show 13 fields
pub dwSize: u32,
pub dwFlags: u32,
pub dcmColorModel: u32,
pub dwDevCaps: u32,
pub dtcTransformCaps: D3DTRANSFORMCAPS,
pub bClipping: BOOL,
pub dlcLightingCaps: D3DLIGHTINGCAPS,
pub dpcLineCaps: D3DPRIMCAPS,
pub dpcTriCaps: D3DPRIMCAPS,
pub dwDeviceRenderBitDepth: u32,
pub dwDeviceZBufferBitDepth: u32,
pub dwMaxBufferSize: u32,
pub dwMaxVertexCount: u32,
}
Fields§
§dwSize: u32
§dwFlags: u32
§dcmColorModel: u32
§dwDevCaps: u32
§dtcTransformCaps: D3DTRANSFORMCAPS
§bClipping: BOOL
§dlcLightingCaps: D3DLIGHTINGCAPS
§dpcLineCaps: D3DPRIMCAPS
§dpcTriCaps: D3DPRIMCAPS
§dwDeviceRenderBitDepth: u32
§dwDeviceZBufferBitDepth: u32
§dwMaxBufferSize: u32
§dwMaxVertexCount: u32
Trait Implementations§
§impl Clone for D3DDEVICEDESC_V1
impl Clone for D3DDEVICEDESC_V1
§fn clone(&self) -> D3DDEVICEDESC_V1
fn clone(&self) -> D3DDEVICEDESC_V1
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 D3DDEVICEDESC_V1
impl Debug for D3DDEVICEDESC_V1
§impl Default for D3DDEVICEDESC_V1
impl Default for D3DDEVICEDESC_V1
§impl PartialEq for D3DDEVICEDESC_V1
impl PartialEq for D3DDEVICEDESC_V1
impl Copy for D3DDEVICEDESC_V1
impl StructuralPartialEq for D3DDEVICEDESC_V1
Auto Trait Implementations§
impl Freeze for D3DDEVICEDESC_V1
impl RefUnwindSafe for D3DDEVICEDESC_V1
impl Send for D3DDEVICEDESC_V1
impl Sync for D3DDEVICEDESC_V1
impl Unpin for D3DDEVICEDESC_V1
impl UnwindSafe for D3DDEVICEDESC_V1
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