Struct windows::Devices::Geolocation::IGeovisit_Vtbl
#[repr(C)]pub struct IGeovisit_Vtbl {
pub base__: IInspectable_Vtbl,
pub Position: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub StateChange: unsafe extern "system" fn(_: *mut c_void, _: *mut VisitStateChange) -> HRESULT,
pub Timestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Position: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§StateChange: unsafe extern "system" fn(_: *mut c_void, _: *mut VisitStateChange) -> HRESULT
§Timestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT
Auto Trait Implementations§
impl Freeze for IGeovisit_Vtbl
impl RefUnwindSafe for IGeovisit_Vtbl
impl Send for IGeovisit_Vtbl
impl Sync for IGeovisit_Vtbl
impl Unpin for IGeovisit_Vtbl
impl UnwindSafe for IGeovisit_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