Struct windows_sys::Win32::Graphics::Direct3D9::D3DPSHADERCAPS2_0
[−]#[repr(C)]pub struct D3DPSHADERCAPS2_0 {
pub Caps: u32,
pub DynamicFlowControlDepth: i32,
pub NumTemps: i32,
pub StaticFlowControlDepth: i32,
pub NumInstructionSlots: i32,
}
Expand description
Required features: "Win32_Graphics_Direct3D9"
Fields
Caps: u32
DynamicFlowControlDepth: i32
NumTemps: i32
StaticFlowControlDepth: i32
NumInstructionSlots: i32
Trait Implementations
impl Clone for D3DPSHADERCAPS2_0
impl Clone for D3DPSHADERCAPS2_0
impl Copy for D3DPSHADERCAPS2_0
Auto Trait Implementations
impl RefUnwindSafe for D3DPSHADERCAPS2_0
impl Send for D3DPSHADERCAPS2_0
impl Sync for D3DPSHADERCAPS2_0
impl Unpin for D3DPSHADERCAPS2_0
impl UnwindSafe for D3DPSHADERCAPS2_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more