pub struct ResolutionScenarioMetrics {Show 19 fields
pub tier_id: String,
pub width: usize,
pub height: usize,
pub selected_high_resolution_mode: bool,
pub scenario_id: String,
pub scenario_title: String,
pub expectation: ScenarioExpectation,
pub support_category: ScenarioSupportCategory,
pub target_pixels: usize,
pub target_area_fraction: f32,
pub fixed_alpha_cumulative_roi_mae: f32,
pub strong_heuristic_cumulative_roi_mae: f32,
pub host_realistic_cumulative_roi_mae: f32,
pub motion_augmented_cumulative_roi_mae: f32,
pub host_realistic_vs_fixed_alpha_gain: f32,
pub motion_augmented_vs_host_realistic_gain: f32,
pub host_realistic_non_roi_mae: f32,
pub buffer_memory_megabytes: f32,
pub roi_note: String,
}Fields§
§tier_id: String§width: usize§height: usize§selected_high_resolution_mode: bool§scenario_id: String§scenario_title: String§expectation: ScenarioExpectation§support_category: ScenarioSupportCategory§target_pixels: usize§target_area_fraction: f32§fixed_alpha_cumulative_roi_mae: f32§strong_heuristic_cumulative_roi_mae: f32§host_realistic_cumulative_roi_mae: f32§motion_augmented_cumulative_roi_mae: f32§host_realistic_vs_fixed_alpha_gain: f32§motion_augmented_vs_host_realistic_gain: f32§host_realistic_non_roi_mae: f32§buffer_memory_megabytes: f32§roi_note: StringTrait Implementations§
Source§impl Clone for ResolutionScenarioMetrics
impl Clone for ResolutionScenarioMetrics
Source§fn clone(&self) -> ResolutionScenarioMetrics
fn clone(&self) -> ResolutionScenarioMetrics
Returns a duplicate 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 moreSource§impl Debug for ResolutionScenarioMetrics
impl Debug for ResolutionScenarioMetrics
Auto Trait Implementations§
impl Freeze for ResolutionScenarioMetrics
impl RefUnwindSafe for ResolutionScenarioMetrics
impl Send for ResolutionScenarioMetrics
impl Sync for ResolutionScenarioMetrics
impl Unpin for ResolutionScenarioMetrics
impl UnsafeUnpin for ResolutionScenarioMetrics
impl UnwindSafe for ResolutionScenarioMetrics
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