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