Struct boring_sys::hmac_ctx_st
source · [−]#[repr(C)]pub struct hmac_ctx_st {
pub md: *const EVP_MD,
pub md_ctx: EVP_MD_CTX,
pub i_ctx: EVP_MD_CTX,
pub o_ctx: EVP_MD_CTX,
}Fields
md: *const EVP_MDmd_ctx: EVP_MD_CTXi_ctx: EVP_MD_CTXo_ctx: EVP_MD_CTXTrait Implementations
sourceimpl Clone for hmac_ctx_st
impl Clone for hmac_ctx_st
sourcefn clone(&self) -> hmac_ctx_st
fn clone(&self) -> hmac_ctx_st
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for hmac_ctx_st
impl Debug for hmac_ctx_st
sourceimpl Default for hmac_ctx_st
impl Default for hmac_ctx_st
sourceimpl PartialEq<hmac_ctx_st> for hmac_ctx_st
impl PartialEq<hmac_ctx_st> for hmac_ctx_st
sourcefn eq(&self, other: &hmac_ctx_st) -> bool
fn eq(&self, other: &hmac_ctx_st) -> bool
impl Copy for hmac_ctx_st
impl Eq for hmac_ctx_st
impl StructuralEq for hmac_ctx_st
impl StructuralPartialEq for hmac_ctx_st
Auto Trait Implementations
impl RefUnwindSafe for hmac_ctx_st
impl !Send for hmac_ctx_st
impl !Sync for hmac_ctx_st
impl Unpin for hmac_ctx_st
impl UnwindSafe for hmac_ctx_st
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more