Struct windows::ApplicationModel::Payments::IPaymentDetails_Vtbl
#[repr(C)]pub struct IPaymentDetails_Vtbl {
pub base__: IInspectable_Vtbl,
pub Total: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetTotal: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub DisplayItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDisplayItems: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ShippingOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetShippingOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Modifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Total: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetTotal: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§DisplayItems: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetDisplayItems: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ShippingOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetShippingOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Modifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetModifiers: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPaymentDetails_Vtbl
impl RefUnwindSafe for IPaymentDetails_Vtbl
impl Send for IPaymentDetails_Vtbl
impl Sync for IPaymentDetails_Vtbl
impl Unpin for IPaymentDetails_Vtbl
impl UnwindSafe for IPaymentDetails_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