#[repr(C)]pub struct hmac_gosthash94cp_ctx {
pub outer: gosthash94_ctx,
pub inner: gosthash94_ctx,
pub state: gosthash94_ctx,
}
Fields§
§outer: gosthash94_ctx
§inner: gosthash94_ctx
§state: gosthash94_ctx
Trait Implementations§
Source§impl Clone for hmac_gosthash94cp_ctx
impl Clone for hmac_gosthash94cp_ctx
Source§fn clone(&self) -> hmac_gosthash94cp_ctx
fn clone(&self) -> hmac_gosthash94cp_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_gosthash94cp_ctx
impl Debug for hmac_gosthash94cp_ctx
impl Copy for hmac_gosthash94cp_ctx
Auto Trait Implementations§
impl Freeze for hmac_gosthash94cp_ctx
impl RefUnwindSafe for hmac_gosthash94cp_ctx
impl Send for hmac_gosthash94cp_ctx
impl Sync for hmac_gosthash94cp_ctx
impl Unpin for hmac_gosthash94cp_ctx
impl UnwindSafe for hmac_gosthash94cp_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