Struct windows::Devices::SmartCards::ISmartCardEmulator2_Vtbl
#[repr(C)]pub struct ISmartCardEmulator2_Vtbl {
pub base__: IInspectable_Vtbl,
pub ApduReceived: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveApduReceived: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub ConnectionDeactivated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveConnectionDeactivated: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub IsHostCardEmulationSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ApduReceived: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveApduReceived: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§ConnectionDeactivated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveConnectionDeactivated: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§IsHostCardEmulationSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISmartCardEmulator2_Vtbl
impl RefUnwindSafe for ISmartCardEmulator2_Vtbl
impl Send for ISmartCardEmulator2_Vtbl
impl Sync for ISmartCardEmulator2_Vtbl
impl Unpin for ISmartCardEmulator2_Vtbl
impl UnwindSafe for ISmartCardEmulator2_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