#[repr(C)]pub struct sm_info {Show 13 fields
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_uint§cmd: c_uint§cmd_data: *mut c_void§sm_type: c_uint§session: sm_info__bindgen_ty_1§serialnr: sc_serial_number§security_condition: c_uint§current_path_df: sc_path§current_path_ef: sc_path§current_aid: sc_aid§rdata: *mut c_uchar§rdata_len: size_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for sm_info
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more