pub struct BackSightCorrectionFactors {
pub azimuth: f64,
pub inclination: f64,
}Fields§
§azimuth: f64§inclination: f64Trait Implementations§
Source§impl Clone for BackSightCorrectionFactors
impl Clone for BackSightCorrectionFactors
Source§fn clone(&self) -> BackSightCorrectionFactors
fn clone(&self) -> BackSightCorrectionFactors
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 BackSightCorrectionFactors
impl Debug for BackSightCorrectionFactors
impl StructuralPartialEq for BackSightCorrectionFactors
Auto Trait Implementations§
impl Freeze for BackSightCorrectionFactors
impl RefUnwindSafe for BackSightCorrectionFactors
impl Send for BackSightCorrectionFactors
impl Sync for BackSightCorrectionFactors
impl Unpin for BackSightCorrectionFactors
impl UnwindSafe for BackSightCorrectionFactors
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