Struct windows::Services::Maps::Guidance::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 EventRegistrationToken) -> HRESULT, pub RemoveGuidanceUpdated: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT, pub DestinationReached: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT, pub RemoveDestinationReached: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT, pub Rerouting: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT, pub RemoveRerouting: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT, pub Rerouted: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT, pub RemoveRerouted: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT, pub RerouteFailed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT, pub RemoveRerouteFailed: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT, pub UserLocationLost: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT, pub RemoveUserLocationLost: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT, pub UserLocationRestored: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT, pub RemoveUserLocationRestored: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT, pub SetGuidanceVoice: unsafe extern "system" fn(_: *mut c_void, _: i32, _: MaybeUninit<HSTRING>) -> 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§StartNavigating: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§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 EventRegistrationToken) -> HRESULT§RemoveGuidanceUpdated: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT§DestinationReached: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT§RemoveDestinationReached: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT§Rerouting: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT§RemoveRerouting: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT§Rerouted: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT§RemoveRerouted: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT§RerouteFailed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT§RemoveRerouteFailed: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT§UserLocationLost: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT§RemoveUserLocationLost: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT§UserLocationRestored: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT§RemoveUserLocationRestored: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT§SetGuidanceVoice: unsafe extern "system" fn(_: *mut c_void, _: i32, _: MaybeUninit<HSTRING>) -> 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> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.