#[repr(transparent)]pub struct MonitoredGeofenceStates(pub u32);
Expand description
Required features: "Devices_Geolocation_Geofencing"
Tuple Fields
0: u32
Implementations
Trait Implementations
impl Clone for MonitoredGeofenceStates
impl Clone for MonitoredGeofenceStates
impl Copy for MonitoredGeofenceStates
Auto Trait Implementations
impl RefUnwindSafe for MonitoredGeofenceStates
impl Send for MonitoredGeofenceStates
impl Sync for MonitoredGeofenceStates
impl Unpin for MonitoredGeofenceStates
impl UnwindSafe for MonitoredGeofenceStates
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