Enum sdl2::Error
[−]
[src]
pub enum Error { NoMemError, ReadError, WriteError, SeekError, UnsupportedError, }
Variants
NoMemError | |
ReadError | |
WriteError | |
SeekError | |
UnsupportedError |
pub enum Error { NoMemError, ReadError, WriteError, SeekError, UnsupportedError, }
NoMemError | |
ReadError | |
WriteError | |
SeekError | |
UnsupportedError |
impl Debug for Error
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
impl Eq for Error
impl Clone for Error
fn clone(&self) -> Error
fn clone_from(&mut self, source: &Self)
impl Copy for Error
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)