Enum aravis::ImageError
source · pub enum ImageError {
InvalidStatus(BufferStatus),
InvalidPayloadType(BufferPayloadType),
UnsupportedPixelFormat(PixelFormat),
}Variants§
InvalidStatus(BufferStatus)
InvalidPayloadType(BufferPayloadType)
UnsupportedPixelFormat(PixelFormat)
Trait Implementations§
source§impl Clone for ImageError
impl Clone for ImageError
source§fn clone(&self) -> ImageError
fn clone(&self) -> ImageError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ImageError
impl Debug for ImageError
source§impl Display for ImageError
impl Display for ImageError
source§impl Error for ImageError
impl Error for ImageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<ImageError> for ImageError
impl PartialEq<ImageError> for ImageError
source§fn eq(&self, other: &ImageError) -> bool
fn eq(&self, other: &ImageError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ImageError
impl StructuralEq for ImageError
impl StructuralPartialEq for ImageError
Auto Trait Implementations§
impl RefUnwindSafe for ImageError
impl Send for ImageError
impl Sync for ImageError
impl Unpin for ImageError
impl UnwindSafe for ImageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more