Enum dacite::core::ClearValue [] [src]

pub enum ClearValue {
    Color(ClearColorValue),
    DepthStencil(ClearDepthStencilValue),
}

Variants

Trait Implementations

impl Debug for ClearValue
[src]

Formats the value using the given formatter.

impl Copy for ClearValue
[src]

impl Clone for ClearValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ClearValue
[src]

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

This method tests for !=.