#[repr(C)]pub struct GNSS_GEOFENCE_CREATE_PARAM {
pub Size: u32,
pub Version: u32,
pub AlertTypes: u32,
pub InitialState: GNSS_GEOFENCE_STATE,
pub Boundary: GNSS_GEOREGION,
pub Unused: [u8; 512],
}
Expand description
Required features: "Win32_Devices_Geolocation"
Fields
Size: u32
Version: u32
AlertTypes: u32
InitialState: GNSS_GEOFENCE_STATE
Boundary: GNSS_GEOREGION
Unused: [u8; 512]
Trait Implementations
impl Clone for GNSS_GEOFENCE_CREATE_PARAM
impl Clone for GNSS_GEOFENCE_CREATE_PARAM
impl Copy for GNSS_GEOFENCE_CREATE_PARAM
Auto Trait Implementations
impl RefUnwindSafe for GNSS_GEOFENCE_CREATE_PARAM
impl Send for GNSS_GEOFENCE_CREATE_PARAM
impl Sync for GNSS_GEOFENCE_CREATE_PARAM
impl Unpin for GNSS_GEOFENCE_CREATE_PARAM
impl UnwindSafe for GNSS_GEOFENCE_CREATE_PARAM
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more