[][src]Struct opensc_sys::sc_ef_atr

#[repr(C)]pub struct sc_ef_atr {
    pub card_service: c_uchar,
    pub df_selection: c_uchar,
    pub unit_size: size_t,
    pub card_capabilities: c_uchar,
    pub max_command_apdu: size_t,
    pub max_response_apdu: size_t,
    pub aid: sc_aid,
    pub pre_issuing: [c_uchar; 6],
    pub pre_issuing_len: size_t,
    pub issuer_data: [c_uchar; 16],
    pub issuer_data_len: size_t,
    pub allocation_oid: sc_object_id,
    pub status: c_uint,
}

Fields

card_service: c_uchardf_selection: c_ucharunit_size: size_tcard_capabilities: c_ucharmax_command_apdu: size_tmax_response_apdu: size_taid: sc_aidpre_issuing: [c_uchar; 6]pre_issuing_len: size_tissuer_data: [c_uchar; 16]issuer_data_len: size_tallocation_oid: sc_object_idstatus: c_uint

Trait Implementations

impl Clone for sc_ef_atr[src]

impl Copy for sc_ef_atr[src]

impl Debug for sc_ef_atr[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.