Struct IDispLatLongReport_Vtbl
#[repr(C)]pub struct IDispLatLongReport_Vtbl {
pub base__: IDispatch_Vtbl,
pub Latitude: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub Longitude: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub ErrorRadius: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub Altitude: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub AltitudeError: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub Timestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Latitude: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§Longitude: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§ErrorRadius: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§Altitude: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§AltitudeError: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§Timestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
Implementations§
§impl IDispLatLongReport_Vtbl
impl IDispLatLongReport_Vtbl
pub const fn new<Identity: IDispLatLongReport_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDispLatLongReport_Vtbl
impl RefUnwindSafe for IDispLatLongReport_Vtbl
impl Send for IDispLatLongReport_Vtbl
impl Sync for IDispLatLongReport_Vtbl
impl Unpin for IDispLatLongReport_Vtbl
impl UnwindSafe for IDispLatLongReport_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