Enum oxygengine_ha_renderer::image::ImageError
source · pub enum ImageError {
NoResources,
InvalidSize(usize, usize),
Internal(String),
}Variants§
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 moreAuto 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