#[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 MaybeUninit<HSTRING>) -> HRESULT,
pub SetDescription: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> 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 MaybeUninit<HSTRING>) -> HRESULT
§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> 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) -> HRESULT
Auto 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