Struct ash::vk::ClearAttachment
source · #[repr(C)]pub struct ClearAttachment {
pub aspect_mask: ImageAspectFlags,
pub color_attachment: u32,
pub clear_value: ClearValue,
}
Expand description
Fields§
§aspect_mask: ImageAspectFlags
§color_attachment: u32
§clear_value: ClearValue
Implementations§
source§impl ClearAttachment
impl ClearAttachment
pub fn builder<'a>() -> ClearAttachmentBuilder<'a>
Trait Implementations§
source§impl Clone for ClearAttachment
impl Clone for ClearAttachment
source§fn clone(&self) -> ClearAttachment
fn clone(&self) -> ClearAttachment
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ClearAttachment
impl Debug for ClearAttachment
source§impl Default for ClearAttachment
impl Default for ClearAttachment
source§fn default() -> ClearAttachment
fn default() -> ClearAttachment
Returns the “default value” for a type. Read more