pub struct TracePoint {
pub lat: f64,
pub lon: f64,
}Expand description
A shape point for the trace_attributes request.
Fields§
§lat: f64Latitude in degrees
lon: f64Longitude in degrees
Implementations§
Trait Implementations§
Source§impl Clone for TracePoint
impl Clone for TracePoint
Source§fn clone(&self) -> TracePoint
fn clone(&self) -> TracePoint
Returns a duplicate 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 TracePoint
impl Debug for TracePoint
Auto Trait Implementations§
impl Freeze for TracePoint
impl RefUnwindSafe for TracePoint
impl Send for TracePoint
impl Sync for TracePoint
impl Unpin for TracePoint
impl UnsafeUnpin for TracePoint
impl UnwindSafe for TracePoint
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