Enum gfx::SubmissionError []

pub enum SubmissionError {
    AccessOverlap,
}

Variants

Trait Implementations

impl Error for SubmissionError

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl PartialEq<SubmissionError> for SubmissionError

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

This method tests for !=.

impl Clone for SubmissionError

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SubmissionError

Formats the value using the given formatter.

impl Display for SubmissionError

Formats the value using the given formatter. Read more