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