#[repr(C)]pub struct X509CertContext {
pub certs: [X509Cert; 10],
pub cert: *mut X509Cert,
pub numCerts: c_int,
}Fields§
§certs: [X509Cert; 10]§cert: *mut X509Cert§numCerts: c_intTrait Implementations§
Source§impl Clone for X509CertContext
impl Clone for X509CertContext
Source§fn clone(&self) -> X509CertContext
fn clone(&self) -> X509CertContext
Returns a duplicate 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 X509CertContext
impl Debug for X509CertContext
Source§impl Hash for X509CertContext
impl Hash for X509CertContext
Source§impl PartialEq for X509CertContext
impl PartialEq for X509CertContext
impl Copy for X509CertContext
impl Eq for X509CertContext
impl StructuralPartialEq for X509CertContext
Auto Trait Implementations§
impl Freeze for X509CertContext
impl RefUnwindSafe for X509CertContext
impl !Send for X509CertContext
impl !Sync for X509CertContext
impl Unpin for X509CertContext
impl UnsafeUnpin for X509CertContext
impl UnwindSafe for X509CertContext
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