Enum smartcard::parameters::protocol::Protocol [] [src]

pub enum Protocol {
    T0,
    T1,
    Undefined,
    Any,
    Raw,
    T15,
    Auto,
}

The communication protocol used with the smartcard.

Variants

Both T0 and T1

Methods

impl Protocol
[src]

Trait Implementations

impl Debug for Protocol
[src]

Formats the value using the given formatter.

impl Clone for Protocol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Protocol
[src]

impl From<DWORD> for Protocol
[src]

Performs the conversion.