#[repr(C)]pub struct IKnownSmartCardAppletIds_Vtbl {
pub base__: IInspectable_Vtbl,
pub PaymentSystemEnvironment: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ProximityPaymentSystemEnvironment: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§PaymentSystemEnvironment: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ProximityPaymentSystemEnvironment: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IKnownSmartCardAppletIds_Vtbl
impl RefUnwindSafe for IKnownSmartCardAppletIds_Vtbl
impl Send for IKnownSmartCardAppletIds_Vtbl
impl Sync for IKnownSmartCardAppletIds_Vtbl
impl Unpin for IKnownSmartCardAppletIds_Vtbl
impl UnwindSafe for IKnownSmartCardAppletIds_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