Struct windows::Devices::Geolocation::IGeovisitMonitor_Vtbl
#[repr(C)]pub struct IGeovisitMonitor_Vtbl {
pub base__: IInspectable_Vtbl,
pub MonitoringScope: unsafe extern "system" fn(_: *mut c_void, _: *mut VisitMonitoringScope) -> HRESULT,
pub Start: unsafe extern "system" fn(_: *mut c_void, _: VisitMonitoringScope) -> HRESULT,
pub Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub VisitStateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveVisitStateChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§MonitoringScope: unsafe extern "system" fn(_: *mut c_void, _: *mut VisitMonitoringScope) -> HRESULT
§Start: unsafe extern "system" fn(_: *mut c_void, _: VisitMonitoringScope) -> HRESULT
§Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§VisitStateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveVisitStateChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto Trait Implementations§
impl Freeze for IGeovisitMonitor_Vtbl
impl RefUnwindSafe for IGeovisitMonitor_Vtbl
impl Send for IGeovisitMonitor_Vtbl
impl Sync for IGeovisitMonitor_Vtbl
impl Unpin for IGeovisitMonitor_Vtbl
impl UnwindSafe for IGeovisitMonitor_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more