pub struct EngineNativeArtifacts {
pub capture_missing: bool,
pub engine_type: String,
pub import_report_path: PathBuf,
pub resolved_manifest_path: PathBuf,
pub replay_report_path: PathBuf,
pub gpu_report_path: PathBuf,
pub gpu_metrics_path: PathBuf,
pub demo_a_report_path: PathBuf,
pub demo_b_report_path: PathBuf,
pub demo_b_metrics_path: PathBuf,
pub high_res_report_path: PathBuf,
pub validation_report_path: PathBuf,
}Fields§
§capture_missing: bool§engine_type: String§import_report_path: PathBuf§resolved_manifest_path: PathBuf§replay_report_path: PathBuf§gpu_report_path: PathBuf§gpu_metrics_path: PathBuf§demo_a_report_path: PathBuf§demo_b_report_path: PathBuf§demo_b_metrics_path: PathBuf§high_res_report_path: PathBuf§validation_report_path: PathBufTrait Implementations§
Source§impl Clone for EngineNativeArtifacts
impl Clone for EngineNativeArtifacts
Source§fn clone(&self) -> EngineNativeArtifacts
fn clone(&self) -> EngineNativeArtifacts
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 moreAuto Trait Implementations§
impl Freeze for EngineNativeArtifacts
impl RefUnwindSafe for EngineNativeArtifacts
impl Send for EngineNativeArtifacts
impl Sync for EngineNativeArtifacts
impl Unpin for EngineNativeArtifacts
impl UnsafeUnpin for EngineNativeArtifacts
impl UnwindSafe for EngineNativeArtifacts
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