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

#[repr(C)]
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

Trait Implementations

impl Copy for mongoc_ssl_opt_t
[src]

impl Clone for mongoc_ssl_opt_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more