#[repr(C)]pub struct sm_gp_keyset {
pub version: c_int,
pub index: c_int,
pub enc: [c_uchar; 16],
pub mac: [c_uchar; 16],
pub kek: [c_uchar; 16],
pub kmc: [c_uchar; 48],
pub kmc_len: c_uint,
}Fields§
§version: c_int§index: c_int§enc: [c_uchar; 16]§mac: [c_uchar; 16]§kek: [c_uchar; 16]§kmc: [c_uchar; 48]§kmc_len: c_uintTrait Implementations§
Source§impl Clone for sm_gp_keyset
impl Clone for sm_gp_keyset
Source§fn clone(&self) -> sm_gp_keyset
fn clone(&self) -> sm_gp_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 moreimpl Copy for sm_gp_keyset
Auto Trait Implementations§
impl Freeze for sm_gp_keyset
impl RefUnwindSafe for sm_gp_keyset
impl Send for sm_gp_keyset
impl Sync for sm_gp_keyset
impl Unpin for sm_gp_keyset
impl UnwindSafe for sm_gp_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