pub type NfcGenericInstance = c_void;Expand description
Generic Nfc instance type.
Must be cast to a concrete type before use. Depending on the context, a pointer of this type may point to an object of the following types:
- Nfc type,
- Concrete poller type,
- Concrete listener type.
Aliased Typeยง
pub enum NfcGenericInstance {}