Struct windows::Devices::SmartCards::ISmartCardAppletIdGroup_Vtbl
#[repr(C)]pub struct ISmartCardAppletIdGroup_Vtbl {
pub base__: IInspectable_Vtbl,
pub DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub AppletIds: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SmartCardEmulationCategory: unsafe extern "system" fn(_: *mut c_void, _: *mut SmartCardEmulationCategory) -> HRESULT,
pub SetSmartCardEmulationCategory: unsafe extern "system" fn(_: *mut c_void, _: SmartCardEmulationCategory) -> HRESULT,
pub SmartCardEmulationType: unsafe extern "system" fn(_: *mut c_void, _: *mut SmartCardEmulationType) -> HRESULT,
pub SetSmartCardEmulationType: unsafe extern "system" fn(_: *mut c_void, _: SmartCardEmulationType) -> HRESULT,
pub AutomaticEnablement: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAutomaticEnablement: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§AppletIds: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SmartCardEmulationCategory: unsafe extern "system" fn(_: *mut c_void, _: *mut SmartCardEmulationCategory) -> HRESULT
§SetSmartCardEmulationCategory: unsafe extern "system" fn(_: *mut c_void, _: SmartCardEmulationCategory) -> HRESULT
§SmartCardEmulationType: unsafe extern "system" fn(_: *mut c_void, _: *mut SmartCardEmulationType) -> HRESULT
§SetSmartCardEmulationType: unsafe extern "system" fn(_: *mut c_void, _: SmartCardEmulationType) -> HRESULT
§AutomaticEnablement: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetAutomaticEnablement: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISmartCardAppletIdGroup_Vtbl
impl RefUnwindSafe for ISmartCardAppletIdGroup_Vtbl
impl Send for ISmartCardAppletIdGroup_Vtbl
impl Sync for ISmartCardAppletIdGroup_Vtbl
impl Unpin for ISmartCardAppletIdGroup_Vtbl
impl UnwindSafe for ISmartCardAppletIdGroup_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