Enum smartcard::parameters::share_mode::ShareMode [] [src]

pub enum ShareMode {
    Shared,
    Exclusive,
    Direct,
    Auto,
}

How to share the control of the smartcard.

Variants

Methods

impl ShareMode
[src]

Trait Implementations

impl Debug for ShareMode
[src]

Formats the value using the given formatter.

impl Clone for ShareMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ShareMode
[src]