pub enum CacheDomain {
Show 14 variants
EncodedImage,
DecodedImage,
Svg,
Blur,
Text,
StaticLayer,
ScrollRaster,
Gdi,
D2d,
Skia,
ComponentOutput,
HostScene,
Diagnostics,
Persistent,
}Variants§
EncodedImage
DecodedImage
Svg
Blur
Text
StaticLayer
ScrollRaster
Gdi
D2d
Skia
ComponentOutput
HostScene
Diagnostics
Persistent
Implementations§
Trait Implementations§
Source§impl Clone for CacheDomain
impl Clone for CacheDomain
Source§fn clone(&self) -> CacheDomain
fn clone(&self) -> CacheDomain
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 CacheDomain
Source§impl Debug for CacheDomain
impl Debug for CacheDomain
impl Eq for CacheDomain
Source§impl Hash for CacheDomain
impl Hash for CacheDomain
Source§impl Ord for CacheDomain
impl Ord for CacheDomain
Source§fn cmp(&self, other: &CacheDomain) -> Ordering
fn cmp(&self, other: &CacheDomain) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for CacheDomain
impl PartialEq for CacheDomain
Source§impl PartialOrd for CacheDomain
impl PartialOrd for CacheDomain
impl StructuralPartialEq for CacheDomain
Auto Trait Implementations§
impl Freeze for CacheDomain
impl RefUnwindSafe for CacheDomain
impl Send for CacheDomain
impl Sync for CacheDomain
impl Unpin for CacheDomain
impl UnsafeUnpin for CacheDomain
impl UnwindSafe for CacheDomain
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