Struct windows_sys::Win32::Graphics::Direct3D12::D3D12_CLEAR_VALUE
[−]#[repr(C)]pub struct D3D12_CLEAR_VALUE {
pub Format: DXGI_FORMAT,
pub Anonymous: D3D12_CLEAR_VALUE_0,
}
Expand description
Required features: ‘Win32_Graphics_Direct3D12’, ‘Win32_Graphics_Dxgi_Common’
Fields
Format: DXGI_FORMAT
Anonymous: D3D12_CLEAR_VALUE_0
Trait Implementations
impl Clone for D3D12_CLEAR_VALUE
impl Clone for D3D12_CLEAR_VALUE
impl Copy for D3D12_CLEAR_VALUE
Auto Trait Implementations
impl RefUnwindSafe for D3D12_CLEAR_VALUE
impl Send for D3D12_CLEAR_VALUE
impl Sync for D3D12_CLEAR_VALUE
impl Unpin for D3D12_CLEAR_VALUE
impl UnwindSafe for D3D12_CLEAR_VALUE
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