Struct ISmartCardAppletIdGroup2_Vtbl
#[repr(C)]pub struct ISmartCardAppletIdGroup2_Vtbl {
pub base__: IInspectable_Vtbl,
pub Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetLogo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SecureUserAuthenticationRequired: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetSecureUserAuthenticationRequired: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetLogo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SecureUserAuthenticationRequired: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetSecureUserAuthenticationRequired: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULTAuto Trait Implementations§
impl Freeze for ISmartCardAppletIdGroup2_Vtbl
impl RefUnwindSafe for ISmartCardAppletIdGroup2_Vtbl
impl Send for ISmartCardAppletIdGroup2_Vtbl
impl Sync for ISmartCardAppletIdGroup2_Vtbl
impl Unpin for ISmartCardAppletIdGroup2_Vtbl
impl UnwindSafe for ISmartCardAppletIdGroup2_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