pub type PKCS7_ISSUER_AND_SERIAL = pkcs7_issuer_and_serial_st;
Aliased Type§
struct PKCS7_ISSUER_AND_SERIAL {
pub issuer: *mut X509_name_st,
pub serial: *mut asn1_string_st,
}
Fields§
§issuer: *mut X509_name_st
§serial: *mut asn1_string_st
Trait Implementations
Source§impl Clone for pkcs7_issuer_and_serial_st
impl Clone for pkcs7_issuer_and_serial_st
Source§fn clone(&self) -> pkcs7_issuer_and_serial_st
fn clone(&self) -> pkcs7_issuer_and_serial_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 more