Struct D3DNTHAL_DP2DRAWPRIMITIVE
#[repr(C)]pub struct D3DNTHAL_DP2DRAWPRIMITIVE {
pub primType: D3DPRIMITIVETYPE,
pub VStart: u32,
pub PrimitiveCount: u32,
}
Fields§
§primType: D3DPRIMITIVETYPE
§VStart: u32
§PrimitiveCount: u32
Trait Implementations§
§impl Clone for D3DNTHAL_DP2DRAWPRIMITIVE
impl Clone for D3DNTHAL_DP2DRAWPRIMITIVE
§fn clone(&self) -> D3DNTHAL_DP2DRAWPRIMITIVE
fn clone(&self) -> D3DNTHAL_DP2DRAWPRIMITIVE
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_DP2DRAWPRIMITIVE
impl Debug for D3DNTHAL_DP2DRAWPRIMITIVE
§impl Default for D3DNTHAL_DP2DRAWPRIMITIVE
impl Default for D3DNTHAL_DP2DRAWPRIMITIVE
§impl PartialEq for D3DNTHAL_DP2DRAWPRIMITIVE
impl PartialEq for D3DNTHAL_DP2DRAWPRIMITIVE
impl Copy for D3DNTHAL_DP2DRAWPRIMITIVE
impl StructuralPartialEq for D3DNTHAL_DP2DRAWPRIMITIVE
Auto Trait Implementations§
impl Freeze for D3DNTHAL_DP2DRAWPRIMITIVE
impl RefUnwindSafe for D3DNTHAL_DP2DRAWPRIMITIVE
impl Send for D3DNTHAL_DP2DRAWPRIMITIVE
impl Sync for D3DNTHAL_DP2DRAWPRIMITIVE
impl Unpin for D3DNTHAL_DP2DRAWPRIMITIVE
impl UnwindSafe for D3DNTHAL_DP2DRAWPRIMITIVE
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