Struct bedrock::vk::VkClearAttachment [] [src]

#[repr(C)]
pub struct VkClearAttachment { pub aspectMask: VkImageAspectFlags, pub colorAttachment: u32, pub clearValue: VkClearValue, }

Fields

Trait Implementations

impl Clone for VkClearAttachment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations