Struct nfc::ffi::nfc_context [] [src]

#[repr(C)]
pub struct nfc_context { pub allow_autoscan: u8, pub allow_intrusive_scan: u8, pub log_level: uint32_t, pub user_defined_devices: [nfc_user_defined_device; 4], pub user_defined_device_count: c_uint, }

Fields

Trait Implementations

impl Copy for nfc_context
[src]

impl Clone for nfc_context
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nfc_context
[src]

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