#[repr(C)]pub struct OsmGpsMapPoint {
pub rlat: c_float,
pub rlon: c_float,
}Fields§
§rlat: c_float§rlon: c_floatTrait Implementations§
Source§impl Clone for OsmGpsMapPoint
impl Clone for OsmGpsMapPoint
Source§fn clone(&self) -> OsmGpsMapPoint
fn clone(&self) -> OsmGpsMapPoint
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 OsmGpsMapPoint
impl Debug for OsmGpsMapPoint
impl Copy for OsmGpsMapPoint
Auto Trait Implementations§
impl Freeze for OsmGpsMapPoint
impl RefUnwindSafe for OsmGpsMapPoint
impl Send for OsmGpsMapPoint
impl Sync for OsmGpsMapPoint
impl Unpin for OsmGpsMapPoint
impl UnwindSafe for OsmGpsMapPoint
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