#[repr(C)]pub struct sm_cwa_session {
pub cwa_keyset: sm_cwa_keyset,
pub params: sm_type_params_cwa,
pub icc: sm_cwa_token_data,
pub ifd: sm_cwa_token_data,
pub session_enc: [c_uchar; 16],
pub session_mac: [c_uchar; 16],
pub ssc: [c_uchar; 8],
pub host_challenge: [c_uchar; 8],
pub card_challenge: [c_uchar; 8],
pub mdata: [c_uchar; 72],
pub mdata_len: size_t,
}Fields§
§cwa_keyset: sm_cwa_keyset§params: sm_type_params_cwa§icc: sm_cwa_token_data§ifd: sm_cwa_token_data§session_enc: [c_uchar; 16]§session_mac: [c_uchar; 16]§ssc: [c_uchar; 8]§host_challenge: [c_uchar; 8]§card_challenge: [c_uchar; 8]§mdata: [c_uchar; 72]§mdata_len: size_tTrait Implementations§
Source§impl Clone for sm_cwa_session
impl Clone for sm_cwa_session
Source§fn clone(&self) -> sm_cwa_session
fn clone(&self) -> sm_cwa_session
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_cwa_session
Auto Trait Implementations§
impl Freeze for sm_cwa_session
impl RefUnwindSafe for sm_cwa_session
impl Send for sm_cwa_session
impl Sync for sm_cwa_session
impl Unpin for sm_cwa_session
impl UnwindSafe for sm_cwa_session
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