pub struct TouchdownEventPosition {
pub latitude: f32,
pub longitude: f32,
}
Fields§
§latitude: f32
§longitude: f32
Trait Implementations§
Source§impl Clone for TouchdownEventPosition
impl Clone for TouchdownEventPosition
Source§fn clone(&self) -> TouchdownEventPosition
fn clone(&self) -> TouchdownEventPosition
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 TouchdownEventPosition
impl Debug for TouchdownEventPosition
Source§impl<'de> Deserialize<'de> for TouchdownEventPosition
impl<'de> Deserialize<'de> for TouchdownEventPosition
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 PartialEq for TouchdownEventPosition
impl PartialEq for TouchdownEventPosition
Source§impl Serialize for TouchdownEventPosition
impl Serialize for TouchdownEventPosition
impl StructuralPartialEq for TouchdownEventPosition
Auto Trait Implementations§
impl Freeze for TouchdownEventPosition
impl RefUnwindSafe for TouchdownEventPosition
impl Send for TouchdownEventPosition
impl Sync for TouchdownEventPosition
impl Unpin for TouchdownEventPosition
impl UnwindSafe for TouchdownEventPosition
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