Enum image::error::LimitErrorKind [−][src]
pub enum LimitErrorKind { DimensionError, InsufficientMemory, // some variants omitted }
Expand description
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for LimitErrorKind
impl Send for LimitErrorKind
impl Sync for LimitErrorKind
impl Unpin for LimitErrorKind
impl UnwindSafe for LimitErrorKind
Blanket Implementations
Mutably borrows from an owned value. Read more