Union wolfssl_sys::wc_HashAlg
source · #[repr(C, 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 moreimpl Copy for wc_HashAlg
Auto Trait Implementations§
impl Freeze for wc_HashAlg
impl RefUnwindSafe for wc_HashAlg
impl !Send for wc_HashAlg
impl !Sync for wc_HashAlg
impl Unpin for wc_HashAlg
impl UnwindSafe for wc_HashAlg
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