Expand description
Required features: ‘Win32_Graphics_Direct3D12’
Fields
Depth: f32
Stencil: u8
Trait Implementations
impl Clone for D3D12_DEPTH_STENCIL_VALUE
impl Clone for D3D12_DEPTH_STENCIL_VALUE
impl Copy for D3D12_DEPTH_STENCIL_VALUE
Auto Trait Implementations
impl RefUnwindSafe for D3D12_DEPTH_STENCIL_VALUE
impl Send for D3D12_DEPTH_STENCIL_VALUE
impl Sync for D3D12_DEPTH_STENCIL_VALUE
impl Unpin for D3D12_DEPTH_STENCIL_VALUE
impl UnwindSafe for D3D12_DEPTH_STENCIL_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