#[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_cb

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.