Struct windows::ApplicationModel::Payments::IPaymentItem_Vtbl
#[repr(C)]pub struct IPaymentItem_Vtbl {
pub base__: IInspectable_Vtbl,
pub Label: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetLabel: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub Amount: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetAmount: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Pending: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetPending: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Label: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetLabel: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§Amount: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetAmount: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Pending: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetPending: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPaymentItem_Vtbl
impl RefUnwindSafe for IPaymentItem_Vtbl
impl Send for IPaymentItem_Vtbl
impl Sync for IPaymentItem_Vtbl
impl Unpin for IPaymentItem_Vtbl
impl UnwindSafe for IPaymentItem_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