Struct windows::ApplicationModel::Wallet::IWalletTransaction_Vtbl
#[repr(C)]pub struct IWalletTransaction_Vtbl {Show 13 fields
pub base__: IInspectable_Vtbl,
pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetDescription: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub DisplayAmount: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetDisplayAmount: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub IgnoreTimeOfDay: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIgnoreTimeOfDay: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub DisplayLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetDisplayLocation: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub TransactionDate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetTransactionDate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub IsLaunchable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsLaunchable: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§DisplayAmount: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetDisplayAmount: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§IgnoreTimeOfDay: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIgnoreTimeOfDay: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§DisplayLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetDisplayLocation: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§TransactionDate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetTransactionDate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§IsLaunchable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsLaunchable: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IWalletTransaction_Vtbl
impl RefUnwindSafe for IWalletTransaction_Vtbl
impl Send for IWalletTransaction_Vtbl
impl Sync for IWalletTransaction_Vtbl
impl Unpin for IWalletTransaction_Vtbl
impl UnwindSafe for IWalletTransaction_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