#[repr(C)]pub struct private_key_st {
pub dec_pkey: *mut EVP_PKEY,
}
Fields§
§dec_pkey: *mut EVP_PKEY
Trait Implementations§
Source§impl Clone for private_key_st
impl Clone for private_key_st
Source§fn clone(&self) -> private_key_st
fn clone(&self) -> private_key_st
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 private_key_st
impl Debug for private_key_st
Source§impl Default for private_key_st
impl Default for private_key_st
Source§impl PartialEq for private_key_st
impl PartialEq for private_key_st
impl Copy for private_key_st
impl Eq for private_key_st
impl StructuralPartialEq for private_key_st
Auto Trait Implementations§
impl Freeze for private_key_st
impl RefUnwindSafe for private_key_st
impl !Send for private_key_st
impl !Sync for private_key_st
impl Unpin for private_key_st
impl UnwindSafe for private_key_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