Union wolfssl_sys::wc_HashAlg
source · #[repr(C)]
#[repr(align(16))]
pub union wc_HashAlg {
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_HashAlg
impl Clone for wc_HashAlg
source§fn clone(&self) -> wc_HashAlg
fn clone(&self) -> wc_HashAlg
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