Struct IGuidanceNavigator_Vtbl
#[repr(C)]pub struct IGuidanceNavigator_Vtbl {Show 29 fields
pub base__: IInspectable_Vtbl,
pub StartNavigating: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub StartSimulating: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32) -> HRESULT,
pub StartTracking: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub RepeatLastAudioNotification: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub AudioMeasurementSystem: unsafe extern "system" fn(_: *mut c_void, _: *mut GuidanceAudioMeasurementSystem) -> HRESULT,
pub SetAudioMeasurementSystem: unsafe extern "system" fn(_: *mut c_void, _: GuidanceAudioMeasurementSystem) -> HRESULT,
pub AudioNotifications: unsafe extern "system" fn(_: *mut c_void, _: *mut GuidanceAudioNotifications) -> HRESULT,
pub SetAudioNotifications: unsafe extern "system" fn(_: *mut c_void, _: GuidanceAudioNotifications) -> HRESULT,
pub GuidanceUpdated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveGuidanceUpdated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub DestinationReached: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveDestinationReached: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub Rerouting: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveRerouting: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub Rerouted: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveRerouted: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub RerouteFailed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveRerouteFailed: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub UserLocationLost: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveUserLocationLost: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub UserLocationRestored: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveUserLocationRestored: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub SetGuidanceVoice: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void) -> HRESULT,
pub UpdateUserLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub UpdateUserLocationWithPositionOverride: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BasicGeoposition) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§StartSimulating: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32) -> HRESULT
§StartTracking: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§RepeatLastAudioNotification: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§AudioMeasurementSystem: unsafe extern "system" fn(_: *mut c_void, _: *mut GuidanceAudioMeasurementSystem) -> HRESULT
§SetAudioMeasurementSystem: unsafe extern "system" fn(_: *mut c_void, _: GuidanceAudioMeasurementSystem) -> HRESULT
§AudioNotifications: unsafe extern "system" fn(_: *mut c_void, _: *mut GuidanceAudioNotifications) -> HRESULT
§SetAudioNotifications: unsafe extern "system" fn(_: *mut c_void, _: GuidanceAudioNotifications) -> HRESULT
§GuidanceUpdated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveGuidanceUpdated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§DestinationReached: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveDestinationReached: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§Rerouting: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveRerouting: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§Rerouted: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveRerouted: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§RerouteFailed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveRerouteFailed: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§UserLocationLost: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveUserLocationLost: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§UserLocationRestored: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveUserLocationRestored: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§SetGuidanceVoice: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void) -> HRESULT
§UpdateUserLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§UpdateUserLocationWithPositionOverride: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BasicGeoposition) -> HRESULT
Auto Trait Implementations§
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