Struct scratchstack_wrapper_aws_lc::evp_pkey_st
source · #[repr(C)]pub struct evp_pkey_st {
pub references: CRYPTO_refcount_t,
pub type_: c_int,
pub pkey: evp_pkey_st__bindgen_ty_1,
pub ameth: *const EVP_PKEY_ASN1_METHOD,
}
Fields
references: CRYPTO_refcount_t
type_: c_int
pkey: evp_pkey_st__bindgen_ty_1
ameth: *const EVP_PKEY_ASN1_METHOD
Trait Implementations
sourceimpl Clone for evp_pkey_st
impl Clone for evp_pkey_st
sourcefn clone(&self) -> evp_pkey_st
fn clone(&self) -> evp_pkey_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 Default for evp_pkey_st
impl Default for evp_pkey_st
impl Copy for evp_pkey_st
Auto Trait Implementations
impl RefUnwindSafe for evp_pkey_st
impl !Send for evp_pkey_st
impl !Sync for evp_pkey_st
impl Unpin for evp_pkey_st
impl UnwindSafe for evp_pkey_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