Struct windows_sys::Win32::Graphics::Direct3D10::D3D10_EFFECT_DESC
[−]#[repr(C)]pub struct D3D10_EFFECT_DESC {
pub IsChildEffect: BOOL,
pub ConstantBuffers: u32,
pub SharedConstantBuffers: u32,
pub GlobalVariables: u32,
pub SharedGlobalVariables: u32,
pub Techniques: u32,
}
Expand description
Required features: "Win32_Graphics_Direct3D10"
, "Win32_Foundation"
Fields
IsChildEffect: BOOL
ConstantBuffers: u32
GlobalVariables: u32
Techniques: u32
Trait Implementations
impl Clone for D3D10_EFFECT_DESC
impl Clone for D3D10_EFFECT_DESC
impl Copy for D3D10_EFFECT_DESC
Auto Trait Implementations
impl RefUnwindSafe for D3D10_EFFECT_DESC
impl Send for D3D10_EFFECT_DESC
impl Sync for D3D10_EFFECT_DESC
impl Unpin for D3D10_EFFECT_DESC
impl UnwindSafe for D3D10_EFFECT_DESC
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