pub struct RendererQualification {
pub backend: String,
pub runs: u32,
pub unique_rgba_digests: Vec<String>,
pub pixel_authority: PixelAuthority,
pub vello: Option<String>,
pub wgpu: Option<String>,
pub notes: Vec<String>,
}Fields§
§backend: String§runs: u32§unique_rgba_digests: Vec<String>§vello: Option<String>§wgpu: Option<String>§notes: Vec<String>Trait Implementations§
Source§impl Clone for RendererQualification
impl Clone for RendererQualification
Source§fn clone(&self) -> RendererQualification
fn clone(&self) -> RendererQualification
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 moreSource§impl Debug for RendererQualification
impl Debug for RendererQualification
Source§impl<'de> Deserialize<'de> for RendererQualification
impl<'de> Deserialize<'de> for RendererQualification
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RendererQualification
Source§impl PartialEq for RendererQualification
impl PartialEq for RendererQualification
Source§impl Serialize for RendererQualification
impl Serialize for RendererQualification
impl StructuralPartialEq for RendererQualification
Auto Trait Implementations§
impl Freeze for RendererQualification
impl RefUnwindSafe for RendererQualification
impl Send for RendererQualification
impl Sync for RendererQualification
impl Unpin for RendererQualification
impl UnsafeUnpin for RendererQualification
impl UnwindSafe for RendererQualification
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