#[repr(C)]pub struct CertificateArray {
pub certs: *mut *mut Certificate,
pub count: usize,
}
Fields§
§certs: *mut *mut Certificate
§count: usize
Trait Implementations§
source§impl Clone for CertificateArray
impl Clone for CertificateArray
source§fn clone(&self) -> CertificateArray
fn clone(&self) -> CertificateArray
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