Enum sdl2::Error [] [src]

pub enum Error {
    NoMemError,
    ReadError,
    WriteError,
    SeekError,
    UnsupportedError,
}

Variants

NoMemError
ReadError
WriteError
SeekError
UnsupportedError

Trait Implementations

Derived Implementations

impl Debug for Error

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

impl Hash for Error

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl PartialEq for Error

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

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

impl Eq for Error

impl Clone for Error

fn clone(&self) -> Error

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

impl Copy for Error