Struct winapi::d3d9types::D3DTRIPATCH_INFO [] [src]

pub struct D3DTRIPATCH_INFO {
    pub StartVertexOffset: UINT,
    pub NumVertices: UINT,
    pub Basis: D3DBASISTYPE,
    pub Degree: D3DDEGREETYPE,
}

Fields

StartVertexOffset
NumVertices
Basis
Degree

Trait Implementations

Derived Implementations

impl Debug for D3DTRIPATCH_INFO

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for D3DTRIPATCH_INFO

impl Clone for D3DTRIPATCH_INFO

fn clone(&self) -> D3DTRIPATCH_INFO

fn clone_from(&mut self, source: &Self)