Enum image::error::ParameterErrorKind [−][src]
pub enum ParameterErrorKind { DimensionMismatch, FailedAlready, Generic(String), NoMoreData, // some variants omitted }
Details how a parameter is malformed.
Variants
The dimensions passed are wrong.
Repeated an operation for which error that could not be cloned was emitted already.
Generic(String)
A string describing the parameter. This is discouraged and is likely to get deprecated (but not removed).
The end of the image has been reached.
Trait Implementations
impl Clone for ParameterErrorKind
[src]
impl Clone for ParameterErrorKind
[src]fn clone(&self) -> ParameterErrorKind
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for ParameterErrorKind
[src]
impl Hash for ParameterErrorKind
[src]impl PartialEq<ParameterErrorKind> for ParameterErrorKind
[src]
impl PartialEq<ParameterErrorKind> for ParameterErrorKind
[src]