Enum image::error::LimitErrorKind [−][src]
pub enum LimitErrorKind { DimensionError, InsufficientMemory, // some variants omitted }
Indicates the limit that prevented an operation from completing.
Note that this enumeration is not exhaustive and may in the future be extended to provide more detailed information or to incorporate other resources types.
Variants
The resulting image exceed dimension limits in either direction.
The operation would have performed an allocation larger than allowed.
Trait Implementations
impl Clone for LimitErrorKind
[src]
impl Clone for LimitErrorKind
[src]fn clone(&self) -> LimitErrorKind
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for LimitErrorKind
[src]
impl Hash for LimitErrorKind
[src]impl PartialEq<LimitErrorKind> for LimitErrorKind
[src]
impl PartialEq<LimitErrorKind> for LimitErrorKind
[src]