#[repr(C)]pub struct IMagneticStripeReaderCapabilities_Vtbl {
pub base__: IInspectable_Vtbl,
pub CardAuthentication: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SupportedEncryptionAlgorithms: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub AuthenticationLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut MagneticStripeReaderAuthenticationLevel) -> HRESULT,
pub IsIsoSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsJisOneSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsJisTwoSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub PowerReportingType: unsafe extern "system" fn(_: *mut c_void, _: *mut UnifiedPosPowerReportingType) -> HRESULT,
pub IsStatisticsReportingSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsStatisticsUpdatingSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsTrackDataMaskingSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsTransmitSentinelsSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CardAuthentication: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SupportedEncryptionAlgorithms: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§AuthenticationLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut MagneticStripeReaderAuthenticationLevel) -> HRESULT
§IsIsoSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsJisOneSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsJisTwoSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§PowerReportingType: unsafe extern "system" fn(_: *mut c_void, _: *mut UnifiedPosPowerReportingType) -> HRESULT
§IsStatisticsReportingSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsStatisticsUpdatingSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsTrackDataMaskingSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsTransmitSentinelsSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IMagneticStripeReaderCapabilities_Vtbl
impl RefUnwindSafe for IMagneticStripeReaderCapabilities_Vtbl
impl Send for IMagneticStripeReaderCapabilities_Vtbl
impl Sync for IMagneticStripeReaderCapabilities_Vtbl
impl Unpin for IMagneticStripeReaderCapabilities_Vtbl
impl UnwindSafe for IMagneticStripeReaderCapabilities_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