Struct windows::Devices::Geolocation::IGeocoordinate_Vtbl
#[repr(C)]pub struct IGeocoordinate_Vtbl {
pub base__: IInspectable_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 Altitude: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Accuracy: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub AltitudeAccuracy: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Heading: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Speed: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Timestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Latitude: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§Longitude: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§Altitude: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Accuracy: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§AltitudeAccuracy: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Heading: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Speed: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Timestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT
Auto Trait Implementations§
impl Freeze for IGeocoordinate_Vtbl
impl RefUnwindSafe for IGeocoordinate_Vtbl
impl Send for IGeocoordinate_Vtbl
impl Sync for IGeocoordinate_Vtbl
impl Unpin for IGeocoordinate_Vtbl
impl UnwindSafe for IGeocoordinate_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