Struct wolfssl_sys::WOLFSSL_X509_STORE_CTX
source · #[repr(C)]pub struct WOLFSSL_X509_STORE_CTX {
pub store: *mut WOLFSSL_X509_STORE,
pub current_cert: *mut WOLFSSL_X509,
pub sesChain: *mut WOLFSSL_X509_CHAIN,
pub chain: *mut WOLFSSL_STACK,
pub domain: *mut c_char,
pub userCtx: *mut c_void,
pub error: c_int,
pub error_depth: c_int,
pub discardSessionCerts: c_int,
pub totalCerts: c_int,
pub certs: *mut WOLFSSL_BUFFER_INFO,
pub verify_cb: WOLFSSL_X509_STORE_CTX_verify_cb,
}Fields§
§store: *mut WOLFSSL_X509_STORE§current_cert: *mut WOLFSSL_X509§sesChain: *mut WOLFSSL_X509_CHAIN§chain: *mut WOLFSSL_STACK§domain: *mut c_char§userCtx: *mut c_void§error: c_int§error_depth: c_int§discardSessionCerts: c_int§totalCerts: c_int§certs: *mut WOLFSSL_BUFFER_INFO§verify_cb: WOLFSSL_X509_STORE_CTX_verify_cbTrait Implementations§
source§impl Clone for WOLFSSL_X509_STORE_CTX
impl Clone for WOLFSSL_X509_STORE_CTX
source§fn clone(&self) -> WOLFSSL_X509_STORE_CTX
fn clone(&self) -> WOLFSSL_X509_STORE_CTX
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 WOLFSSL_X509_STORE_CTX
impl Debug for WOLFSSL_X509_STORE_CTX
impl Copy for WOLFSSL_X509_STORE_CTX
Auto Trait Implementations§
impl Freeze for WOLFSSL_X509_STORE_CTX
impl RefUnwindSafe for WOLFSSL_X509_STORE_CTX
impl !Send for WOLFSSL_X509_STORE_CTX
impl !Sync for WOLFSSL_X509_STORE_CTX
impl Unpin for WOLFSSL_X509_STORE_CTX
impl UnwindSafe for WOLFSSL_X509_STORE_CTX
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)