Struct ash::vk::ClearDepthStencilValue
source · #[repr(C)]pub struct ClearDepthStencilValue {
pub depth: f32,
pub stencil: u32,
}
Expand description
Fields§
§depth: f32
§stencil: u32
Implementations§
source§impl ClearDepthStencilValue
impl ClearDepthStencilValue
pub fn builder<'a>() -> ClearDepthStencilValueBuilder<'a>
Trait Implementations§
source§impl Clone for ClearDepthStencilValue
impl Clone for ClearDepthStencilValue
source§fn clone(&self) -> ClearDepthStencilValue
fn clone(&self) -> ClearDepthStencilValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ClearDepthStencilValue
impl Debug for ClearDepthStencilValue
source§impl Default for ClearDepthStencilValue
impl Default for ClearDepthStencilValue
source§fn default() -> ClearDepthStencilValue
fn default() -> ClearDepthStencilValue
Returns the “default value” for a type. Read more