pub struct TargetAssessment {
pub target: TargetId,
pub assessment: CollisionAssessment,
}Expand description
One target’s assessment.
Fields§
§target: TargetIdTarget.
assessment: CollisionAssessmentEncounter with own ship.
Trait Implementations§
Source§impl Clone for TargetAssessment
impl Clone for TargetAssessment
impl Copy for TargetAssessment
Source§impl Debug for TargetAssessment
impl Debug for TargetAssessment
Source§impl PartialEq for TargetAssessment
impl PartialEq for TargetAssessment
impl StructuralPartialEq for TargetAssessment
Auto Trait Implementations§
impl Freeze for TargetAssessment
impl RefUnwindSafe for TargetAssessment
impl Send for TargetAssessment
impl Sync for TargetAssessment
impl Unpin for TargetAssessment
impl UnsafeUnpin for TargetAssessment
impl UnwindSafe for TargetAssessment
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