#[repr(C)]pub struct us_socket_context_options_t {
pub key_file_name: *const c_char,
pub cert_file_name: *const c_char,
pub passphrase: *const c_char,
pub dh_params_file_name: *const c_char,
pub ca_file_name: *const c_char,
pub ssl_ciphers: *const c_char,
pub ssl_prefer_low_memory_usage: c_int,
}Fields§
§key_file_name: *const c_char§cert_file_name: *const c_char§passphrase: *const c_char§dh_params_file_name: *const c_char§ca_file_name: *const c_char§ssl_ciphers: *const c_char§ssl_prefer_low_memory_usage: c_intTrait Implementations§
Source§impl Clone for us_socket_context_options_t
impl Clone for us_socket_context_options_t
Source§fn clone(&self) -> us_socket_context_options_t
fn clone(&self) -> us_socket_context_options_t
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 us_socket_context_options_t
impl Debug for us_socket_context_options_t
impl Copy for us_socket_context_options_t
Auto Trait Implementations§
impl Freeze for us_socket_context_options_t
impl RefUnwindSafe for us_socket_context_options_t
impl !Send for us_socket_context_options_t
impl !Sync for us_socket_context_options_t
impl Unpin for us_socket_context_options_t
impl UnwindSafe for us_socket_context_options_t
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