Struct libgmssl_sys::SM9_ENC_MASTER_KEY
source · #[repr(C)]pub struct SM9_ENC_MASTER_KEY {
pub Ppube: SM9_POINT,
pub ke: sm9_fn_t,
}Fields§
§Ppube: SM9_POINT§ke: sm9_fn_tTrait Implementations§
source§impl Clone for SM9_ENC_MASTER_KEY
impl Clone for SM9_ENC_MASTER_KEY
source§fn clone(&self) -> SM9_ENC_MASTER_KEY
fn clone(&self) -> SM9_ENC_MASTER_KEY
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 SM9_ENC_MASTER_KEY
impl Debug for SM9_ENC_MASTER_KEY
impl Copy for SM9_ENC_MASTER_KEY
Auto Trait Implementations§
impl RefUnwindSafe for SM9_ENC_MASTER_KEY
impl Send for SM9_ENC_MASTER_KEY
impl Sync for SM9_ENC_MASTER_KEY
impl Unpin for SM9_ENC_MASTER_KEY
impl UnwindSafe for SM9_ENC_MASTER_KEY
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