pub struct OrthogonalStrength {
pub north: f64,
pub east: f64,
pub down: f64,
}
Fields§
§north: f64
North component (X) (nT)
east: f64
East component (Y) (nT)
down: f64
Down / Vertical component (Z) (nT)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OrthogonalStrength
impl RefUnwindSafe for OrthogonalStrength
impl Send for OrthogonalStrength
impl Sync for OrthogonalStrength
impl Unpin for OrthogonalStrength
impl UnwindSafe for OrthogonalStrength
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