Union wolf_crypto_sys::wc_HmacHash
source · #[repr(C)]
pub union wc_HmacHash {
pub md5: wc_Md5,
pub sha: wc_Sha,
pub sha256: wc_Sha256,
pub sha384: wc_Sha384,
pub sha512: wc_Sha512,
pub sha3: wc_Sha3,
}Fields§
§md5: wc_Md5§sha: wc_Sha§sha256: wc_Sha256§sha384: wc_Sha384§sha512: wc_Sha512§sha3: wc_Sha3Trait 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 moreimpl Copy for wc_HmacHash
Auto Trait Implementations§
impl Freeze for wc_HmacHash
impl RefUnwindSafe for wc_HmacHash
impl !Send for wc_HmacHash
impl !Sync for wc_HmacHash
impl Unpin for wc_HmacHash
impl UnwindSafe for wc_HmacHash
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)