Enum sdl2::video::WindowBuildError [] [src]

pub enum WindowBuildError {
    HeightOverflows(u32),
    WidthOverflows(u32),
    InvalidTitle(NulError),
    SdlError(String),
}

Variants

Trait Implementations

impl Debug for WindowBuildError
[src]

Formats the value using the given formatter.

impl Display for WindowBuildError
[src]

Formats the value using the given formatter.

impl Error for WindowBuildError
[src]

A short description of the error. Read more

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