Struct windows_sys::Win32::Graphics::Direct3D12::D3D12_ROOT_PARAMETER
[−]#[repr(C)]pub struct D3D12_ROOT_PARAMETER {
pub ParameterType: D3D12_ROOT_PARAMETER_TYPE,
pub Anonymous: D3D12_ROOT_PARAMETER_0,
pub ShaderVisibility: D3D12_SHADER_VISIBILITY,
}
Expand description
Required features: ‘Win32_Graphics_Direct3D12’
Fields
ParameterType: D3D12_ROOT_PARAMETER_TYPE
Anonymous: D3D12_ROOT_PARAMETER_0
ShaderVisibility: D3D12_SHADER_VISIBILITY
Trait Implementations
impl Clone for D3D12_ROOT_PARAMETER
impl Clone for D3D12_ROOT_PARAMETER
impl Copy for D3D12_ROOT_PARAMETER
Auto Trait Implementations
impl RefUnwindSafe for D3D12_ROOT_PARAMETER
impl !Send for D3D12_ROOT_PARAMETER
impl !Sync for D3D12_ROOT_PARAMETER
impl Unpin for D3D12_ROOT_PARAMETER
impl UnwindSafe for D3D12_ROOT_PARAMETER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more