Enum egli::error::Error [] [src]

pub enum Error {
    Egl(EglCallError),
    NonUtf8StringReceived(Utf8Error),
}

Variants

Egl
NonUtf8StringReceived

Trait Implementations

impl From<EglCallError> for Error

fn from(other: EglCallError) -> Error

impl From<Utf8Error> for Error

fn from(other: Utf8Error) -> Error

Derived Implementations

impl Debug for Error

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

impl Clone for Error

fn clone(&self) -> Error

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

impl Copy for Error