Struct winapi::d3d9types::D3DVERTEXELEMENT9
[−]
[src]
pub struct D3DVERTEXELEMENT9 {
pub Stream: WORD,
pub Offset: WORD,
pub Type: BYTE,
pub Method: BYTE,
pub Usage: BYTE,
pub UsageIndex: BYTE,
}Fields
Stream | |
Offset | |
Type | |
Method | |
Usage | |
UsageIndex |
Trait Implementations
impl Copy for D3DVERTEXELEMENT9[src]
impl Clone for D3DVERTEXELEMENT9[src]
fn clone(&self) -> D3DVERTEXELEMENT9
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more