Struct gfx_hal::command::ClearDepthStencil [−][src]
A combination of depth and stencil clear values.
Fields
depth: f32Depth value
stencil: u32Stencil value
Trait Implementations
impl Clone for ClearDepthStencil[src]
impl Clone for ClearDepthStencil[src]fn clone(&self) -> ClearDepthStencil[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ClearDepthStencil[src]
impl Copy for ClearDepthStencil[src]Auto Trait Implementations
impl RefUnwindSafe for ClearDepthStencil
impl RefUnwindSafe for ClearDepthStencilimpl Send for ClearDepthStencil
impl Send for ClearDepthStencilimpl Sync for ClearDepthStencil
impl Sync for ClearDepthStencilimpl Unpin for ClearDepthStencil
impl Unpin for ClearDepthStencilimpl UnwindSafe for ClearDepthStencil
impl UnwindSafe for ClearDepthStencil