pub struct IGRFresults {
pub result: MagneticComponents,
pub sv: MagneticComponents,
}
Fields§
§result: MagneticComponents
§sv: MagneticComponents
Auto Trait Implementations§
impl Freeze for IGRFresults
impl RefUnwindSafe for IGRFresults
impl Send for IGRFresults
impl Sync for IGRFresults
impl Unpin for IGRFresults
impl UnwindSafe for IGRFresults
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