#[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 moresource§impl Debug for CertificateArray
impl Debug for CertificateArray
impl Copy for CertificateArray
Auto Trait Implementations§
impl RefUnwindSafe for CertificateArray
impl !Send for CertificateArray
impl !Sync for CertificateArray
impl Unpin for CertificateArray
impl UnwindSafe for CertificateArray
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