pub struct DemoBScenarioRun {
pub reference_frame: ImageFrame,
pub policy_runs: Vec<DemoBPolicyRun>,
pub target_bbox: BoundingBox,
}Fields§
§reference_frame: ImageFrame§policy_runs: Vec<DemoBPolicyRun>§target_bbox: BoundingBoxTrait Implementations§
Source§impl Clone for DemoBScenarioRun
impl Clone for DemoBScenarioRun
Source§fn clone(&self) -> DemoBScenarioRun
fn clone(&self) -> DemoBScenarioRun
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 DemoBScenarioRun
impl RefUnwindSafe for DemoBScenarioRun
impl Send for DemoBScenarioRun
impl Sync for DemoBScenarioRun
impl Unpin for DemoBScenarioRun
impl UnsafeUnpin for DemoBScenarioRun
impl UnwindSafe for DemoBScenarioRun
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