Home
last modified time | relevance | path

Searched defs:SmartCardReader (Results 1 – 3 of 3) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Devices/SmartCards/
H A Dmod.rs1416 pub fn Reader(&self) -> ::windows::runtime::Result<SmartCardReader> { in Reader()
4729 pub struct SmartCardReader(::windows::runtime::IInspectable); struct
4730 impl SmartCardReader { implementation
4818 unsafe impl ::windows::runtime::RuntimeType for SmartCardReader { implementation
4821 unsafe impl ::windows::runtime::Interface for SmartCardReader { implementation
4825 impl ::windows::runtime::RuntimeName for SmartCardReader { implementation
4838 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for SmartCardReader { implementation
4843 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &SmartCardReader { implementation
4858 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IInspectable> for SmartCardReader { implementation
4868 unsafe impl ::std::marker::Send for SmartCardReader {} implementation
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Devices/SmartCards/
H A Dmod.rs307 pub type SmartCardReader = *mut ::core::ffi::c_void; typedef
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dsolid.py141 class SmartCardReader(Solid.DeviceInterface): class in Solid
833 SmartCardReader = 0 variable in Solid.DeviceInterface