pub enum ImageUpdateDropReason {
Coalesced,
StagingBudgetExceeded,
UnknownImage,
InvalidPayload,
RendererNotReady,
Unsupported,
}Variants§
Trait Implementations§
Source§impl Clone for ImageUpdateDropReason
impl Clone for ImageUpdateDropReason
Source§fn clone(&self) -> ImageUpdateDropReason
fn clone(&self) -> ImageUpdateDropReason
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ImageUpdateDropReason
Source§impl Debug for ImageUpdateDropReason
impl Debug for ImageUpdateDropReason
impl Eq for ImageUpdateDropReason
Source§impl Hash for ImageUpdateDropReason
impl Hash for ImageUpdateDropReason
Source§impl PartialEq for ImageUpdateDropReason
impl PartialEq for ImageUpdateDropReason
Source§fn eq(&self, other: &ImageUpdateDropReason) -> bool
fn eq(&self, other: &ImageUpdateDropReason) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ImageUpdateDropReason
Auto Trait Implementations§
impl Freeze for ImageUpdateDropReason
impl RefUnwindSafe for ImageUpdateDropReason
impl Send for ImageUpdateDropReason
impl Sync for ImageUpdateDropReason
impl Unpin for ImageUpdateDropReason
impl UnsafeUnpin for ImageUpdateDropReason
impl UnwindSafe for ImageUpdateDropReason
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