Struct ash::vk::types::ClearAttachment [] [src]

#[repr(C)]
pub struct ClearAttachment { pub aspect_mask: ImageAspectFlags, pub color_attachment: uint32_t, pub clear_value: ClearValue, }

Fields

Trait Implementations

impl Debug for ClearAttachment
[src]

[src]

Formats the value using the given formatter.

impl Clone for ClearAttachment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ClearAttachment
[src]

impl Hash for ClearAttachment
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more