Struct nfc_sys::nfc_context
[−]
[src]
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
allow_autoscan: u8
allow_intrusive_scan: u8
log_level: uint32_t
user_defined_devices: [nfc_user_defined_device; 4]
user_defined_device_count: c_uint
Trait Implementations
impl Clone for nfc_context[src]
fn clone(&self) -> nfc_context
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more