Enum smartcard::parameters::card_disposition::CardDisposition [] [src]

pub enum CardDisposition {
    Leave,
    Reset,
    Unpower,
    Eject,
    Auto,
}

How to dispose (aka quit) the card.

Variants

Methods

impl CardDisposition
[src]

Trait Implementations

impl Debug for CardDisposition
[src]

Formats the value using the given formatter.

impl Clone for CardDisposition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CardDisposition
[src]