#[repr(C)]pub struct ssl_key_cert {
pub cert: *mut x509_crt,
pub key: *mut pk_context,
pub next: *mut ssl_key_cert,
}Fields§
§cert: *mut x509_crt§key: *mut pk_context§next: *mut ssl_key_certTrait Implementations§
Source§impl Clone for ssl_key_cert
impl Clone for ssl_key_cert
Source§fn clone(&self) -> ssl_key_cert
fn clone(&self) -> ssl_key_cert
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 Default for ssl_key_cert
impl Default for ssl_key_cert
impl Copy for ssl_key_cert
Auto Trait Implementations§
impl Freeze for ssl_key_cert
impl RefUnwindSafe for ssl_key_cert
impl !Send for ssl_key_cert
impl !Sync for ssl_key_cert
impl Unpin for ssl_key_cert
impl UnwindSafe for ssl_key_cert
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