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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more