Enum nfc_sys::scan_type_enum
[−]
[src]
pub enum scan_type_enum {
NOT_INTRUSIVE,
INTRUSIVE,
NOT_AVAILABLE,
}Variants
NOT_INTRUSIVEINTRUSIVENOT_AVAILABLETrait 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