Struct ISmartCardAutomaticResponseApdu_Vtbl
#[repr(C)]pub struct ISmartCardAutomaticResponseApdu_Vtbl {
pub base__: IInspectable_Vtbl,
pub CommandApdu: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetCommandApdu: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CommandApduBitMask: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetCommandApduBitMask: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ShouldMatchLength: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetShouldMatchLength: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub AppletId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetAppletId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ResponseApdu: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetResponseApdu: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§CommandApdu: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetCommandApdu: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§CommandApduBitMask: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetCommandApduBitMask: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§ShouldMatchLength: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetShouldMatchLength: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§AppletId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetAppletId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§ResponseApdu: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetResponseApdu: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for ISmartCardAutomaticResponseApdu_Vtbl
impl RefUnwindSafe for ISmartCardAutomaticResponseApdu_Vtbl
impl Send for ISmartCardAutomaticResponseApdu_Vtbl
impl Sync for ISmartCardAutomaticResponseApdu_Vtbl
impl Unpin for ISmartCardAutomaticResponseApdu_Vtbl
impl UnwindSafe for ISmartCardAutomaticResponseApdu_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