#[repr(C)]pub struct sm_cwa_token_data {
pub sn: [c_uchar; 8],
pub rnd: [c_uchar; 8],
pub k: [c_uchar; 32],
}Fields§
§sn: [c_uchar; 8]§rnd: [c_uchar; 8]§k: [c_uchar; 32]Trait Implementations§
Source§impl Clone for sm_cwa_token_data
impl Clone for sm_cwa_token_data
Source§fn clone(&self) -> sm_cwa_token_data
fn clone(&self) -> sm_cwa_token_data
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 moreSource§impl Debug for sm_cwa_token_data
impl Debug for sm_cwa_token_data
impl Copy for sm_cwa_token_data
Auto Trait Implementations§
impl Freeze for sm_cwa_token_data
impl RefUnwindSafe for sm_cwa_token_data
impl Send for sm_cwa_token_data
impl Sync for sm_cwa_token_data
impl Unpin for sm_cwa_token_data
impl UnwindSafe for sm_cwa_token_data
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