Enum gl_utils::texture::LoadError [−][src]
pub enum LoadError { IoError(Error), ImageError(ImageError), TextureCreationError(TextureCreationError), }
Variants
IoError(Error)
ImageError(ImageError)
TextureCreationError(TextureCreationError)
Trait Implementations
impl Debug for LoadError
[src]
impl Debug for LoadError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for LoadError
[src]
impl Display for LoadError
fn fmt(&self, fmt: &mut Formatter) -> Result
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for LoadError
[src]
impl Error for LoadError
fn description(&self) -> &str
[src]
fn description(&self) -> &str
This method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>
[src]
fn cause(&self) -> Option<&Error>
The lower-level cause of this error, if any. Read more
impl From<Error> for LoadError
[src]
impl From<Error> for LoadError
impl From<ImageError> for LoadError
[src]
impl From<ImageError> for LoadError
impl From<TextureCreationError> for LoadError
[src]
impl From<TextureCreationError> for LoadError