#[repr(transparent)]pub struct GeofenceMonitorStatus(pub i32);
Expand description
Required features: "Devices_Geolocation_Geofencing"
Tuple Fields
0: i32
Implementations
impl GeofenceMonitorStatus
impl GeofenceMonitorStatus
pub const Ready: Self = Self(0i32)
pub const Initializing: Self = Self(1i32)
pub const NoData: Self = Self(2i32)
pub const Disabled: Self = Self(3i32)
pub const NotInitialized: Self = Self(4i32)
pub const NotAvailable: Self = Self(5i32)
Trait Implementations
impl Clone for GeofenceMonitorStatus
impl Clone for GeofenceMonitorStatus
impl Copy for GeofenceMonitorStatus
Auto Trait Implementations
impl RefUnwindSafe for GeofenceMonitorStatus
impl Send for GeofenceMonitorStatus
impl Sync for GeofenceMonitorStatus
impl Unpin for GeofenceMonitorStatus
impl UnwindSafe for GeofenceMonitorStatus
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