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
impl Copy for ClearAttachment
Auto Trait Implementations§
impl Freeze for ClearAttachment
impl RefUnwindSafe for ClearAttachment
impl Send for ClearAttachment
impl Sync for ClearAttachment
impl Unpin for ClearAttachment
impl UnwindSafe for ClearAttachment
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more