Struct ash::vk::types::ClearDepthStencilValue [] [src]

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

Fields

Trait Implementations

impl Debug for ClearDepthStencilValue
[src]

[src]

Formats the value using the given formatter.

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