Enum gfx_window_sdl::InitError [] [src]

pub enum InitError {
    PixelFormatUnsupportedError,
    WindowBuildError(WindowBuildError),
    SdlError(String),
}

Variants

Trait Implementations

impl Debug for InitError
[src]

[src]

Formats the value using the given formatter.

impl Display for InitError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for InitError
[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

impl From<String> for InitError
[src]

[src]

Performs the conversion.

impl From<WindowBuildError> for InitError
[src]

[src]

Performs the conversion.