#[repr(C)]pub struct IWalletRelevantLocation_Vtbl {
pub base__: IInspectable_Vtbl,
pub Position: unsafe extern "system" fn(_: *mut c_void, _: *mut BasicGeoposition) -> HRESULT,
pub SetPosition: unsafe extern "system" fn(_: *mut c_void, _: BasicGeoposition) -> HRESULT,
pub DisplayMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetDisplayMessage: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Position: unsafe extern "system" fn(_: *mut c_void, _: *mut BasicGeoposition) -> HRESULT
§SetPosition: unsafe extern "system" fn(_: *mut c_void, _: BasicGeoposition) -> HRESULT
§DisplayMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetDisplayMessage: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
Auto Trait Implementations§
impl Freeze for IWalletRelevantLocation_Vtbl
impl RefUnwindSafe for IWalletRelevantLocation_Vtbl
impl Send for IWalletRelevantLocation_Vtbl
impl Sync for IWalletRelevantLocation_Vtbl
impl Unpin for IWalletRelevantLocation_Vtbl
impl UnwindSafe for IWalletRelevantLocation_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