Struct nfc_sys::nfc_user_defined_device [] [src]

pub struct nfc_user_defined_device {
    pub name: [c_char; 256],
    pub connstring: nfc_connstring,
    pub optional: u8,
}

Fields

name: [c_char; 256] connstring: nfc_connstring optional: u8

Trait Implementations

impl Copy for nfc_user_defined_device
[src]

impl Clone for nfc_user_defined_device
[src]

fn clone(&self) -> Self

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

impl Default for nfc_user_defined_device
[src]

fn default() -> Self

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