Struct asi_vulkan::types::VkClearDepthStencilValue[][src]

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

Fields

Trait Implementations

impl Copy for VkClearDepthStencilValue
[src]

impl Clone for VkClearDepthStencilValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations