Struct IMapRouteManeuver_Vtbl
#[repr(C)]pub struct IMapRouteManeuver_Vtbl {
pub base__: IInspectable_Vtbl,
pub StartingPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub LengthInMeters: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub InstructionText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut MapRouteManeuverKind) -> HRESULT,
pub ExitNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ManeuverNotices: unsafe extern "system" fn(_: *mut c_void, _: *mut MapManeuverNotices) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§StartingPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§LengthInMeters: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§InstructionText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut MapRouteManeuverKind) -> HRESULT
§ExitNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ManeuverNotices: unsafe extern "system" fn(_: *mut c_void, _: *mut MapManeuverNotices) -> HRESULT
Auto Trait Implementations§
impl Freeze for IMapRouteManeuver_Vtbl
impl RefUnwindSafe for IMapRouteManeuver_Vtbl
impl Send for IMapRouteManeuver_Vtbl
impl Sync for IMapRouteManeuver_Vtbl
impl Unpin for IMapRouteManeuver_Vtbl
impl UnwindSafe for IMapRouteManeuver_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