Struct windows::Devices::Geolocation::IGeolocator_Vtbl
#[repr(C)]pub struct IGeolocator_Vtbl {Show 14 fields
pub base__: IInspectable_Vtbl,
pub DesiredAccuracy: unsafe extern "system" fn(_: *mut c_void, _: *mut PositionAccuracy) -> HRESULT,
pub SetDesiredAccuracy: unsafe extern "system" fn(_: *mut c_void, _: PositionAccuracy) -> HRESULT,
pub MovementThreshold: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetMovementThreshold: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub ReportInterval: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetReportInterval: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub LocationStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut PositionStatus) -> HRESULT,
pub GetGeopositionAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetGeopositionAsyncWithAgeAndTimeout: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan, _: TimeSpan, _: *mut *mut c_void) -> HRESULT,
pub PositionChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemovePositionChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub StatusChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveStatusChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§DesiredAccuracy: unsafe extern "system" fn(_: *mut c_void, _: *mut PositionAccuracy) -> HRESULT
§SetDesiredAccuracy: unsafe extern "system" fn(_: *mut c_void, _: PositionAccuracy) -> HRESULT
§MovementThreshold: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetMovementThreshold: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§ReportInterval: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetReportInterval: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§LocationStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut PositionStatus) -> HRESULT
§GetGeopositionAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetGeopositionAsyncWithAgeAndTimeout: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan, _: TimeSpan, _: *mut *mut c_void) -> HRESULT
§PositionChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemovePositionChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§StatusChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveStatusChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto Trait Implementations§
impl Freeze for IGeolocator_Vtbl
impl RefUnwindSafe for IGeolocator_Vtbl
impl Send for IGeolocator_Vtbl
impl Sync for IGeolocator_Vtbl
impl Unpin for IGeolocator_Vtbl
impl UnwindSafe for IGeolocator_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