#[repr(C)]pub struct sc_ef_atr {Show 13 fields
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_uchar§df_selection: c_uchar§unit_size: size_t§card_capabilities: c_uchar§max_command_apdu: size_t§max_response_apdu: size_t§aid: sc_aid§pre_issuing: [c_uchar; 6]§pre_issuing_len: size_t§issuer_data: [c_uchar; 16]§issuer_data_len: size_t§allocation_oid: sc_object_id§status: c_uintTrait Implementations§
Auto Trait Implementations§
impl Freeze for sc_ef_atr
impl RefUnwindSafe for sc_ef_atr
impl Send for sc_ef_atr
impl Sync for sc_ef_atr
impl Unpin for sc_ef_atr
impl UnwindSafe for sc_ef_atr
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