pub struct BlueProvenance {
pub index: u16,
pub is_shoot: bool,
}Expand description
Source for an alignment zone.
Fields§
§index: u16Index of the blue in the associated metrics.
is_shoot: boolWas the blue an overshoot?
Trait Implementations§
Source§impl Clone for BlueProvenance
impl Clone for BlueProvenance
Source§fn clone(&self) -> BlueProvenance
fn clone(&self) -> BlueProvenance
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 BlueProvenance
impl Debug for BlueProvenance
Source§impl Default for BlueProvenance
impl Default for BlueProvenance
Source§fn default() -> BlueProvenance
fn default() -> BlueProvenance
Returns the “default value” for a type. Read more
Source§impl PartialEq for BlueProvenance
impl PartialEq for BlueProvenance
impl Copy for BlueProvenance
impl Eq for BlueProvenance
impl StructuralPartialEq for BlueProvenance
Auto Trait Implementations§
impl Freeze for BlueProvenance
impl RefUnwindSafe for BlueProvenance
impl Send for BlueProvenance
impl Sync for BlueProvenance
impl Unpin for BlueProvenance
impl UnsafeUnpin for BlueProvenance
impl UnwindSafe for BlueProvenance
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