#[repr(C)]pub struct sm_cwa_keyset {
pub sdo_reference: c_uint,
pub enc: [c_uchar; 16],
pub mac: [c_uchar; 16],
}Fields§
§sdo_reference: c_uint§enc: [c_uchar; 16]§mac: [c_uchar; 16]Trait Implementations§
Source§impl Clone for sm_cwa_keyset
impl Clone for sm_cwa_keyset
Source§fn clone(&self) -> sm_cwa_keyset
fn clone(&self) -> sm_cwa_keyset
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_keyset
impl Debug for sm_cwa_keyset
impl Copy for sm_cwa_keyset
Auto Trait Implementations§
impl Freeze for sm_cwa_keyset
impl RefUnwindSafe for sm_cwa_keyset
impl Send for sm_cwa_keyset
impl Sync for sm_cwa_keyset
impl Unpin for sm_cwa_keyset
impl UnwindSafe for sm_cwa_keyset
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