Enum iup::InitError [] [src]

pub enum InitError {
    Error,
    UserError(String),
    AlreadyOpen,
}

Variants

Error

An IUP initialization error has happened.

This usually happens only in UNIX because X-Windows may be not initialized.

UserError

The error returned by the user initialization function.

AlreadyOpen

IUP is already initialized.

Trait Implementations

Derived Implementations

impl PartialEq for InitError

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

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

impl Eq for InitError

impl Clone for InitError

fn clone(&self) -> InitError

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

impl Debug for InitError

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