Struct nfc_sys::nfc_user_defined_device [] [src]

#[repr(C)]
pub struct nfc_user_defined_device { pub name: [c_char; 256], pub connstring: nfc_connstring, pub optional: u8, }

Fields

Trait Implementations

impl Copy for nfc_user_defined_device
[src]

impl Clone for nfc_user_defined_device
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nfc_user_defined_device
[src]

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