Struct ILatLongReport_Vtbl
#[repr(C)]pub struct ILatLongReport_Vtbl {
pub base__: ILocationReport_Vtbl,
pub GetLatitude: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub GetLongitude: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub GetErrorRadius: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub GetAltitude: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub GetAltitudeError: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
}
Fields§
§base__: ILocationReport_Vtbl
§GetLatitude: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§GetLongitude: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§GetErrorRadius: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§GetAltitude: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§GetAltitudeError: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
Implementations§
§impl ILatLongReport_Vtbl
impl ILatLongReport_Vtbl
pub const fn new<Identity: ILatLongReport_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ILatLongReport_Vtbl
impl RefUnwindSafe for ILatLongReport_Vtbl
impl Send for ILatLongReport_Vtbl
impl Sync for ILatLongReport_Vtbl
impl Unpin for ILatLongReport_Vtbl
impl UnwindSafe for ILatLongReport_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