Enum glutin::CreationError [-] [+] [src]

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

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

Variants

OsError
NotSupported

Trait Implementations

impl Display for CreationError

fn fmt(&self, formatter: &mut Formatter) -> Result<(), Error>

impl Error for CreationError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl Eq for CreationError

fn assert_receiver_is_total_eq(&self)

impl PartialEq for CreationError

fn eq(&self, __arg_0: &CreationError) -> bool

fn ne(&self, __arg_0: &CreationError) -> bool

impl Debug for CreationError

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for CreationError

fn clone(&self) -> CreationError

fn clone_from(&mut self, source: &Self)