Union wolfssl_sys::wc_HmacHash
source · #[repr(C)]
#[repr(align(16))]
pub union wc_HmacHash {
pub md5: wc_Md5,
pub sha: wc_Sha,
pub sha224: wc_Sha224,
pub sha256: wc_Sha256,
pub sha384: wc_Sha384,
pub sha512: wc_Sha512,
}Fields§
§md5: wc_Md5§sha: wc_Sha§sha224: wc_Sha224§sha256: wc_Sha256§sha384: wc_Sha384§sha512: wc_Sha512Trait Implementations§
source§impl Clone for wc_HmacHash
impl Clone for wc_HmacHash
source§fn clone(&self) -> wc_HmacHash
fn clone(&self) -> wc_HmacHash
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 more