Struct nfc::ffi::nfc_device [] [src]

#[repr(C)]
pub struct nfc_device { pub context: *const nfc_context, pub driver: *const nfc_driver, pub driver_data: *mut c_void, pub chip_data: *mut c_void, pub name: [c_char; 256], pub connstring: nfc_connstring, pub bCrc: u8, pub bPar: u8, pub bEasyFraming: u8, pub bInfiniteSelect: u8, pub bAutoIso14443_4: u8, pub btSupportByte: uint8_t, pub last_error: c_int, }

Fields

Trait Implementations

impl Copy for nfc_device
[src]

impl Clone for nfc_device
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nfc_device
[src]

Returns the "default value" for a type. Read more