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