Enum webrender_api::image::BlobImageError
source · pub enum BlobImageError {
Oom,
Other(String),
}
Expand description
Error code for when blob rasterization failed.
Variants§
Trait Implementations§
source§impl Clone for BlobImageError
impl Clone for BlobImageError
source§fn clone(&self) -> BlobImageError
fn clone(&self) -> BlobImageError
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 Freeze for BlobImageError
impl RefUnwindSafe for BlobImageError
impl Send for BlobImageError
impl Sync for BlobImageError
impl Unpin for BlobImageError
impl UnwindSafe for BlobImageError
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