Enum vulkano::command_buffer::StateCacherOutcome [] [src]

pub enum StateCacherOutcome {
    NeedChange,
    AlreadyOk,
}

Outcome of an operation.

Variants

The caller needs to perform the state change in the actual command buffer builder.

The state change is not necessary.

Trait Implementations

impl Debug for StateCacherOutcome
[src]

[src]

Formats the value using the given formatter.

impl Copy for StateCacherOutcome
[src]

impl Clone for StateCacherOutcome
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for StateCacherOutcome
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for StateCacherOutcome
[src]