Struct IGuidanceRoadSegment_Vtbl
#[repr(C)]pub struct IGuidanceRoadSegment_Vtbl {
pub base__: IInspectable_Vtbl,
pub RoadName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ShortRoadName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SpeedLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub TravelTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub Path: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsHighway: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsTunnel: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsTollRoad: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§RoadName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ShortRoadName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SpeedLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§TravelTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT§Path: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§IsHighway: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsTunnel: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsTollRoad: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULTAuto Trait Implementations§
impl Freeze for IGuidanceRoadSegment_Vtbl
impl RefUnwindSafe for IGuidanceRoadSegment_Vtbl
impl Send for IGuidanceRoadSegment_Vtbl
impl Sync for IGuidanceRoadSegment_Vtbl
impl Unpin for IGuidanceRoadSegment_Vtbl
impl UnwindSafe for IGuidanceRoadSegment_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