#[repr(C)]pub struct sm_card_response {
pub num: c_int,
pub data: [c_uchar; 261],
pub data_len: size_t,
pub mac: [c_uchar; 8],
pub mac_len: size_t,
pub sw1: c_uchar,
pub sw2: c_uchar,
pub next: *mut sm_card_response,
pub prev: *mut sm_card_response,
}Fields§
§num: c_int§data: [c_uchar; 261]§data_len: size_t§mac: [c_uchar; 8]§mac_len: size_t§sw1: c_uchar§sw2: c_uchar§next: *mut sm_card_response§prev: *mut sm_card_responseTrait Implementations§
Source§impl Clone for sm_card_response
impl Clone for sm_card_response
Source§fn clone(&self) -> sm_card_response
fn clone(&self) -> sm_card_response
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for sm_card_response
Auto Trait Implementations§
impl Freeze for sm_card_response
impl RefUnwindSafe for sm_card_response
impl !Send for sm_card_response
impl !Sync for sm_card_response
impl Unpin for sm_card_response
impl UnwindSafe for sm_card_response
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