pub struct ObserverElements<'a> {
pub observer: &'a PredictObserver,
pub elements: &'a Elements,
pub constants: &'a Constants,
}
Expand description
Container for an observer, the orbital elements of a satellite and the constants
Fields§
§observer: &'a PredictObserver
§elements: &'a Elements
§constants: &'a Constants
Auto Trait Implementations§
impl<'a> Freeze for ObserverElements<'a>
impl<'a> RefUnwindSafe for ObserverElements<'a>
impl<'a> Send for ObserverElements<'a>
impl<'a> Sync for ObserverElements<'a>
impl<'a> Unpin for ObserverElements<'a>
impl<'a> UnwindSafe for ObserverElements<'a>
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