Struct ash::vk::ClearAttachment [−][src]
#[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
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ClearAttachment
impl Send for ClearAttachment
impl Sync for ClearAttachment
impl Unpin for ClearAttachment
impl UnwindSafe for ClearAttachment
Blanket Implementations
Mutably borrows from an owned value. Read more