Struct GNSS_GEOREGION
#[repr(C)]pub struct GNSS_GEOREGION {
pub Size: u32,
pub Version: u32,
pub GeoRegionType: GNSS_GEOREGIONTYPE,
pub Anonymous: GNSS_GEOREGION_0,
}
Fields§
§Size: u32
§Version: u32
§GeoRegionType: GNSS_GEOREGIONTYPE
§Anonymous: GNSS_GEOREGION_0
Trait Implementations§
§impl Clone for GNSS_GEOREGION
impl Clone for GNSS_GEOREGION
§fn clone(&self) -> GNSS_GEOREGION
fn clone(&self) -> GNSS_GEOREGION
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 Default for GNSS_GEOREGION
impl Default for GNSS_GEOREGION
impl Copy for GNSS_GEOREGION
Auto Trait Implementations§
impl Freeze for GNSS_GEOREGION
impl RefUnwindSafe for GNSS_GEOREGION
impl Send for GNSS_GEOREGION
impl Sync for GNSS_GEOREGION
impl Unpin for GNSS_GEOREGION
impl UnwindSafe for GNSS_GEOREGION
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