Enum sdl2::render::TextureValueError [] [src]

pub enum TextureValueError {
    WidthOverflows(u32),
    HeightOverflows(u32),
    WidthMustBeMultipleOfTwoForFormat(u32PixelFormatEnum),
    SdlError(String),
}

Variants

Trait Implementations

impl Debug for TextureValueError
[src]

[src]

Formats the value using the given formatter.

impl Display for TextureValueError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for TextureValueError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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