#[repr(C)]pub struct env_md_ctx_st {
pub __bindgen_anon_1: env_md_ctx_st__bindgen_ty_1,
pub digest: *const EVP_MD,
pub pctx: *mut EVP_PKEY_CTX,
pub pctx_ops: *const evp_md_pctx_ops,
}Fields§
§__bindgen_anon_1: env_md_ctx_st__bindgen_ty_1§digest: *const EVP_MD§pctx: *mut EVP_PKEY_CTX§pctx_ops: *const evp_md_pctx_opsTrait Implementations§
Source§impl Clone for env_md_ctx_st
impl Clone for env_md_ctx_st
Source§fn clone(&self) -> env_md_ctx_st
fn clone(&self) -> env_md_ctx_st
Returns a duplicate 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 moreimpl Copy for env_md_ctx_st
Auto Trait Implementations§
impl Freeze for env_md_ctx_st
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§
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