Struct windows_sys::Devices::Geolocation::VisitStateChange
[−]#[repr(transparent)]pub struct VisitStateChange(pub i32);
Expand description
Required features: "Devices_Geolocation"
Tuple Fields
0: i32
Implementations
impl VisitStateChange
impl VisitStateChange
pub const TrackingLost: Self = Self(0i32)
pub const Arrived: Self = Self(1i32)
pub const Departed: Self = Self(2i32)
pub const OtherMovement: Self = Self(3i32)
Trait Implementations
impl Clone for VisitStateChange
impl Clone for VisitStateChange
impl Copy for VisitStateChange
Auto Trait Implementations
impl RefUnwindSafe for VisitStateChange
impl Send for VisitStateChange
impl Sync for VisitStateChange
impl Unpin for VisitStateChange
impl UnwindSafe for VisitStateChange
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