Struct winapi::d3d9caps::D3DVSHADERCAPS2_0 [] [src]

#[repr(C)]
pub struct D3DVSHADERCAPS2_0 { pub Caps: DWORD, pub DynamicFlowControlDepth: INT, pub NumTemps: INT, pub StaticFlowControlDepth: INT, }

Fields

Trait Implementations

impl Debug for D3DVSHADERCAPS2_0
[src]

Formats the value using the given formatter.

impl Copy for D3DVSHADERCAPS2_0
[src]

impl Clone for D3DVSHADERCAPS2_0
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more