[][src]Struct opensc_sys::sm_info

#[repr(C)]pub struct sm_info {
    pub config_section: [c_char; 64],
    pub card_type: c_uint,
    pub cmd: c_uint,
    pub cmd_data: *mut c_void,
    pub sm_type: c_uint,
    pub session: sm_info__bindgen_ty_1,
    pub serialnr: sc_serial_number,
    pub security_condition: c_uint,
    pub current_path_df: sc_path,
    pub current_path_ef: sc_path,
    pub current_aid: sc_aid,
    pub rdata: *mut c_uchar,
    pub rdata_len: size_t,
}

Fields

config_section: [c_char; 64]card_type: c_uintcmd: c_uintcmd_data: *mut c_voidsm_type: c_uintsession: sm_info__bindgen_ty_1serialnr: sc_serial_numbersecurity_condition: c_uintcurrent_path_df: sc_pathcurrent_path_ef: sc_pathcurrent_aid: sc_aidrdata: *mut c_ucharrdata_len: size_t

Trait Implementations

impl Clone for sm_info[src]

impl Copy for sm_info[src]

Auto Trait Implementations

impl RefUnwindSafe for sm_info

impl !Send for sm_info

impl !Sync for sm_info

impl Unpin for sm_info

impl UnwindSafe for sm_info

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.