Enum nfc_sys::scan_type_enum [] [src]

pub enum scan_type_enum {
    NOT_INTRUSIVE,
    INTRUSIVE,
    NOT_AVAILABLE,
}

Variants

NOT_INTRUSIVEINTRUSIVENOT_AVAILABLE

Trait Implementations

impl Clone for scan_type_enum
[src]

fn clone(&self) -> scan_type_enum

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 Copy for scan_type_enum
[src]

impl Debug for scan_type_enum
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.