pub struct ExternalHandoffMetrics {Show 22 fields
pub measurement_kind: String,
pub external_capable: bool,
pub externally_validated: bool,
pub real_external_data_provided: bool,
pub no_real_external_data_provided: bool,
pub source_kind: String,
pub scenario_id: Option<String>,
pub frame_index: usize,
pub history_frame_index: usize,
pub width: usize,
pub height: usize,
pub capture_count: usize,
pub imported_formats: Vec<String>,
pub required_buffers: Vec<String>,
pub normalization_notes: Vec<String>,
pub roi_source: String,
pub ground_truth_available: bool,
pub variance_available: bool,
pub mean_trust: f32,
pub mean_alpha: f32,
pub intervention_rate: f32,
pub notes: Vec<String>,
}Fields§
§measurement_kind: String§external_capable: bool§externally_validated: bool§real_external_data_provided: bool§no_real_external_data_provided: bool§source_kind: String§scenario_id: Option<String>§frame_index: usize§history_frame_index: usize§width: usize§height: usize§capture_count: usize§imported_formats: Vec<String>§required_buffers: Vec<String>§normalization_notes: Vec<String>§roi_source: String§ground_truth_available: bool§variance_available: bool§mean_trust: f32§mean_alpha: f32§intervention_rate: f32§notes: Vec<String>Trait Implementations§
Source§impl Clone for ExternalHandoffMetrics
impl Clone for ExternalHandoffMetrics
Source§fn clone(&self) -> ExternalHandoffMetrics
fn clone(&self) -> ExternalHandoffMetrics
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 ExternalHandoffMetrics
impl Debug for ExternalHandoffMetrics
Source§impl<'de> Deserialize<'de> for ExternalHandoffMetrics
impl<'de> Deserialize<'de> for ExternalHandoffMetrics
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
Auto Trait Implementations§
impl Freeze for ExternalHandoffMetrics
impl RefUnwindSafe for ExternalHandoffMetrics
impl Send for ExternalHandoffMetrics
impl Sync for ExternalHandoffMetrics
impl Unpin for ExternalHandoffMetrics
impl UnsafeUnpin for ExternalHandoffMetrics
impl UnwindSafe for ExternalHandoffMetrics
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