Struct wolfssl_sys::WOLFSSL_EVP_PKEY
source · [−]#[repr(C)]pub struct WOLFSSL_EVP_PKEY {
pub heap: *mut c_void,
pub type_: c_int,
pub save_type: c_int,
pub pkey_sz: c_int,
pub references: c_int,
pub pkey: WOLFSSL_EVP_PKEY__bindgen_ty_1,
pub pkey_curve: c_int,
pub pkcs8HeaderSz: word16,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: u8,
}Fields
heap: *mut c_voidtype_: c_intsave_type: c_intpkey_sz: c_intreferences: c_intpkey: WOLFSSL_EVP_PKEY__bindgen_ty_1pkey_curve: c_intpkcs8HeaderSz: word16_bitfield_align_1: [u8; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>__bindgen_padding_0: u8Implementations
sourceimpl WOLFSSL_EVP_PKEY
impl WOLFSSL_EVP_PKEY
pub fn ownDh(&self) -> byte
pub fn set_ownDh(&mut self, val: byte)
pub fn ownEcc(&self) -> byte
pub fn set_ownEcc(&mut self, val: byte)
pub fn ownDsa(&self) -> byte
pub fn set_ownDsa(&mut self, val: byte)
pub fn ownRsa(&self) -> byte
pub fn set_ownRsa(&mut self, val: byte)
pub fn new_bitfield_1(
ownDh: byte,
ownEcc: byte,
ownDsa: byte,
ownRsa: byte
) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations
sourceimpl Clone for WOLFSSL_EVP_PKEY
impl Clone for WOLFSSL_EVP_PKEY
sourcefn clone(&self) -> WOLFSSL_EVP_PKEY
fn clone(&self) -> WOLFSSL_EVP_PKEY
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 more
impl Copy for WOLFSSL_EVP_PKEY
Auto Trait Implementations
impl RefUnwindSafe for WOLFSSL_EVP_PKEY
impl !Send for WOLFSSL_EVP_PKEY
impl !Sync for WOLFSSL_EVP_PKEY
impl Unpin for WOLFSSL_EVP_PKEY
impl UnwindSafe for WOLFSSL_EVP_PKEY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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