#[repr(C)]pub struct env_md_ctx_st {
pub digest: *const EVP_MD,
pub md_data: *mut c_void,
pub pctx: *mut EVP_PKEY_CTX,
pub pctx_ops: *const evp_md_pctx_ops,
pub flags: c_ulong,
}
Fields
digest: *const EVP_MD
md_data: *mut c_void
pctx: *mut EVP_PKEY_CTX
pctx_ops: *const evp_md_pctx_ops
flags: c_ulong
Trait Implementations
sourceimpl Clone for env_md_ctx_st
impl Clone for env_md_ctx_st
sourcefn clone(&self) -> env_md_ctx_st
fn clone(&self) -> env_md_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 env_md_ctx_st
impl Debug for env_md_ctx_st
sourceimpl Default for env_md_ctx_st
impl Default for env_md_ctx_st
sourceimpl PartialEq<env_md_ctx_st> for env_md_ctx_st
impl PartialEq<env_md_ctx_st> for env_md_ctx_st
sourcefn eq(&self, other: &env_md_ctx_st) -> bool
fn eq(&self, other: &env_md_ctx_st) -> bool
impl Copy for env_md_ctx_st
impl Eq for env_md_ctx_st
impl StructuralEq for env_md_ctx_st
impl StructuralPartialEq for env_md_ctx_st
Auto Trait Implementations
impl RefUnwindSafe for env_md_ctx_st
impl !Send for env_md_ctx_st
impl !Sync for env_md_ctx_st
impl Unpin for env_md_ctx_st
impl UnwindSafe for env_md_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