pub struct ScenarioMosaicEntry<'a> {
pub scenario_title: &'a str,
pub baseline: &'a ImageFrame,
pub heuristic: &'a ImageFrame,
pub host_realistic: &'a ImageFrame,
pub focus_bbox: BoundingBox,
}Fields§
§scenario_title: &'a str§baseline: &'a ImageFrame§heuristic: &'a ImageFrame§host_realistic: &'a ImageFrame§focus_bbox: BoundingBoxAuto Trait Implementations§
impl<'a> Freeze for ScenarioMosaicEntry<'a>
impl<'a> RefUnwindSafe for ScenarioMosaicEntry<'a>
impl<'a> Send for ScenarioMosaicEntry<'a>
impl<'a> Sync for ScenarioMosaicEntry<'a>
impl<'a> Unpin for ScenarioMosaicEntry<'a>
impl<'a> UnsafeUnpin for ScenarioMosaicEntry<'a>
impl<'a> UnwindSafe for ScenarioMosaicEntry<'a>
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