Enum smartcard::parameters::initialization_type::InitializationType [] [src]

pub enum InitializationType {
    Leave,
    Reset,
    Unpower,
    Auto,
}

Type of initialization to reconnect the card

Variants

Methods

impl InitializationType
[src]

Trait Implementations

impl Debug for InitializationType
[src]

Formats the value using the given formatter.

impl Clone for InitializationType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for InitializationType
[src]