Struct mongoc_sys::bindings::mongoc_ssl_opt_t [] [src]

pub struct mongoc_ssl_opt_t {
    pub pem_file: *const c_char,
    pub pem_pwd: *const c_char,
    pub ca_file: *const c_char,
    pub ca_dir: *const c_char,
    pub crl_file: *const c_char,
    pub weak_cert_validation: u8,
    pub padding: [*mut c_void; 8],
}

Fields

pem_file: *const c_char pem_pwd: *const c_char ca_file: *const c_char ca_dir: *const c_char crl_file: *const c_char weak_cert_validation: u8 padding: [*mut c_void; 8]

Trait Implementations

impl Copy for mongoc_ssl_opt_t
[src]

impl Clone for mongoc_ssl_opt_t
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more