Struct vk_sys::ClearDepthStencilValue
source · #[repr(C)]pub struct ClearDepthStencilValue {
pub depth: f32,
pub stencil: u32,
}
Fields§
§depth: f32
§stencil: u32
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 more