Struct GNSS_GEOREGION_CIRCLE
#[repr(C)]pub struct GNSS_GEOREGION_CIRCLE {
pub Latitude: f64,
pub Longitude: f64,
pub RadiusInMeters: f64,
}
Fields§
§Latitude: f64
§Longitude: f64
§RadiusInMeters: f64
Trait Implementations§
§impl Clone for GNSS_GEOREGION_CIRCLE
impl Clone for GNSS_GEOREGION_CIRCLE
§fn clone(&self) -> GNSS_GEOREGION_CIRCLE
fn clone(&self) -> GNSS_GEOREGION_CIRCLE
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 more§impl Debug for GNSS_GEOREGION_CIRCLE
impl Debug for GNSS_GEOREGION_CIRCLE
§impl Default for GNSS_GEOREGION_CIRCLE
impl Default for GNSS_GEOREGION_CIRCLE
§impl PartialEq for GNSS_GEOREGION_CIRCLE
impl PartialEq for GNSS_GEOREGION_CIRCLE
impl Copy for GNSS_GEOREGION_CIRCLE
impl StructuralPartialEq for GNSS_GEOREGION_CIRCLE
Auto Trait Implementations§
impl Freeze for GNSS_GEOREGION_CIRCLE
impl RefUnwindSafe for GNSS_GEOREGION_CIRCLE
impl Send for GNSS_GEOREGION_CIRCLE
impl Sync for GNSS_GEOREGION_CIRCLE
impl Unpin for GNSS_GEOREGION_CIRCLE
impl UnwindSafe for GNSS_GEOREGION_CIRCLE
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