Struct 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 *mut c_void) -> HRESULT,
pub SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub DisplayAmount: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDisplayAmount: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> 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 *mut c_void) -> HRESULT,
pub SetDisplayLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> 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 *mut c_void) -> HRESULT§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§DisplayAmount: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetDisplayAmount: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> 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 *mut c_void) -> HRESULT§SetDisplayLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> 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) -> HRESULTAuto 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