pub struct EarthState {
pub barycentric_velocity: Vector3,
pub heliocentric_position: Vector3,
}Fields§
§barycentric_velocity: Vector3§heliocentric_position: Vector3Auto Trait Implementations§
impl Freeze for EarthState
impl RefUnwindSafe for EarthState
impl Send for EarthState
impl Sync for EarthState
impl Unpin for EarthState
impl UnsafeUnpin for EarthState
impl UnwindSafe for EarthState
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