Enum opengl_graphics::error::Error [−] [src]

pub enum Error {
    FreetypeError(Error),
}

An enum to represent various possible run-time errors that may occur.

Variants

FreetypeError

An error happened with the FreeType library.

Trait Implementations

impl Display for Error

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

Derived Implementations

impl Eq for Error

impl PartialEq for Error

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

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

impl Debug for Error

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

impl Clone for Error

fn clone(&self) -> Error

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

impl Copy for Error