Union bedrock::vk::VkClearValue [] [src]

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

Fields

color: VkClearColorValue depthStencil: VkClearDepthStencilValue

Trait Implementations

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 Copy for VkClearValue
[src]

Auto Trait Implementations

impl Send for VkClearValue

impl Sync for VkClearValue