Struct winapi::d3d9caps::D3DVSHADERCAPS2_0
[−]
[src]
pub struct D3DVSHADERCAPS2_0 { pub Caps: DWORD, pub DynamicFlowControlDepth: INT, pub NumTemps: INT, pub StaticFlowControlDepth: INT, }
Fields
Caps | |
DynamicFlowControlDepth | |
NumTemps | |
StaticFlowControlDepth |
Trait Implementations
impl Copy for D3DVSHADERCAPS2_0
[src]
impl Clone for D3DVSHADERCAPS2_0
[src]
fn clone(&self) -> D3DVSHADERCAPS2_0
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