Enum gfx::texture::LayerError
[−]
pub enum LayerError {
NotExpected(Kind),
OutOfBounds(u16, u16),
}An error associated with selected texture layer.
Variants
NotExpected(Kind)The source texture kind doesn't support array slices.
OutOfBounds(u16, u16)Selected layer is outside of the provided range.
Trait Implementations
impl PartialEq<LayerError> for LayerError
fn eq(&self, __arg_0: &LayerError) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &LayerError) -> bool
This method tests for !=.
impl Clone for LayerError
fn clone(&self) -> LayerError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Eq for LayerError
impl Display for LayerError
impl Copy for LayerError
impl Debug for LayerError
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Error for LayerError
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0
The lower-level cause of this error, if any. Read more