Struct dacite::core::ClearAttachment [] [src]

pub struct ClearAttachment {
    pub aspect_mask: ImageAspectFlags,
    pub color_attachment: AttachmentIndex,
    pub clear_value: ClearValue,
}

Fields

Trait Implementations

impl Debug for ClearAttachment
[src]

Formats the value using the given formatter.

impl Copy for ClearAttachment
[src]

impl Clone for ClearAttachment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ClearAttachment
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.