Struct nettle_sys::hmac_sha256_ctx
source · #[repr(C)]pub struct hmac_sha256_ctx {
pub outer: sha256_ctx,
pub inner: sha256_ctx,
pub state: sha256_ctx,
}
Fields§
§outer: sha256_ctx
§inner: sha256_ctx
§state: sha256_ctx
Trait Implementations§
source§impl Clone for hmac_sha256_ctx
impl Clone for hmac_sha256_ctx
source§fn clone(&self) -> hmac_sha256_ctx
fn clone(&self) -> hmac_sha256_ctx
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 hmac_sha256_ctx
impl Debug for hmac_sha256_ctx
impl Copy for hmac_sha256_ctx
Auto Trait Implementations§
impl RefUnwindSafe for hmac_sha256_ctx
impl Send for hmac_sha256_ctx
impl Sync for hmac_sha256_ctx
impl Unpin for hmac_sha256_ctx
impl UnwindSafe for hmac_sha256_ctx
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