pub struct LiftoffEventPosition {
pub latitude: f32,
pub longitude: f32,
}
Fields§
§latitude: f32
§longitude: f32
Trait Implementations§
Source§impl Clone for LiftoffEventPosition
impl Clone for LiftoffEventPosition
Source§fn clone(&self) -> LiftoffEventPosition
fn clone(&self) -> LiftoffEventPosition
Returns a copy 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 LiftoffEventPosition
impl Debug for LiftoffEventPosition
Source§impl<'de> Deserialize<'de> for LiftoffEventPosition
impl<'de> Deserialize<'de> for LiftoffEventPosition
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<LiftoffEventPosition> for (f32, f32)
impl From<LiftoffEventPosition> for (f32, f32)
Source§fn from(val: LiftoffEventPosition) -> Self
fn from(val: LiftoffEventPosition) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LiftoffEventPosition
impl PartialEq for LiftoffEventPosition
Source§impl Serialize for LiftoffEventPosition
impl Serialize for LiftoffEventPosition
impl StructuralPartialEq for LiftoffEventPosition
Auto Trait Implementations§
impl Freeze for LiftoffEventPosition
impl RefUnwindSafe for LiftoffEventPosition
impl Send for LiftoffEventPosition
impl Sync for LiftoffEventPosition
impl Unpin for LiftoffEventPosition
impl UnwindSafe for LiftoffEventPosition
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