Union vks::vk::VkClearValue [] [src]

#[repr(C)]
pub union VkClearValue { pub color: VkClearColorValue, pub depthStencil: VkClearDepthStencilValue, }

Fields

color: VkClearColorValue depthStencil: VkClearDepthStencilValue

Trait Implementations

impl Copy for VkClearValue
[src]

impl Clone for VkClearValue
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VkClearValue
[src]

[src]

Formats the value using the given formatter.

impl Default for VkClearValue
[src]

[src]

Returns the "default value" for a type. Read more