Struct vk_sys::ClearDepthStencilValue [] [src]

#[repr(C)]
pub struct ClearDepthStencilValue { pub depth: f32, pub stencil: u32, }

Fields

Trait Implementations

impl Copy for ClearDepthStencilValue
[src]

impl Clone for ClearDepthStencilValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more