Struct IMapRoute3_Vtbl
#[repr(C)]pub struct IMapRoute3_Vtbl {
pub base__: IInspectable_Vtbl,
pub DurationWithoutTraffic: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub TrafficCongestion: unsafe extern "system" fn(_: *mut c_void, _: *mut TrafficCongestion) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§DurationWithoutTraffic: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§TrafficCongestion: unsafe extern "system" fn(_: *mut c_void, _: *mut TrafficCongestion) -> HRESULT
Auto Trait Implementations§
impl Freeze for IMapRoute3_Vtbl
impl RefUnwindSafe for IMapRoute3_Vtbl
impl Send for IMapRoute3_Vtbl
impl Sync for IMapRoute3_Vtbl
impl Unpin for IMapRoute3_Vtbl
impl UnwindSafe for IMapRoute3_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