Enum winit::CreationError [] [src]

pub enum CreationError {
    OsError(String),
    NotSupported,
}

Error that can happen while creating a window or a headless renderer.

Variants

TODO: remove this error

Trait Implementations

impl Debug for CreationError
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreationError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for CreationError
[src]

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for CreationError

impl Sync for CreationError