Struct ISmartCardProvisioning_Vtbl
#[repr(C)]pub struct ISmartCardProvisioning_Vtbl {
pub base__: IInspectable_Vtbl,
pub SmartCard: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetIdAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetNameAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetChallengeContextAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RequestPinChangeAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RequestPinResetAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§SmartCard: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetIdAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetNameAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetChallengeContextAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§RequestPinChangeAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§RequestPinResetAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for ISmartCardProvisioning_Vtbl
impl RefUnwindSafe for ISmartCardProvisioning_Vtbl
impl Send for ISmartCardProvisioning_Vtbl
impl Sync for ISmartCardProvisioning_Vtbl
impl Unpin for ISmartCardProvisioning_Vtbl
impl UnwindSafe for ISmartCardProvisioning_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