#[repr(C)]
pub struct st_mysql_options {Show 40 fields
pub connect_timeout: c_uint,
pub read_timeout: c_uint,
pub write_timeout: c_uint,
pub port: c_uint,
pub protocol: c_uint,
pub client_flag: c_ulong,
pub host: *mut c_char,
pub user: *mut c_char,
pub password: *mut c_char,
pub unix_socket: *mut c_char,
pub db: *mut c_char,
pub init_commands: *mut st_mysql_options_st_dynamic_array,
pub my_cnf_file: *mut c_char,
pub my_cnf_group: *mut c_char,
pub charset_dir: *mut c_char,
pub charset_name: *mut c_char,
pub ssl_key: *mut c_char,
pub ssl_cert: *mut c_char,
pub ssl_ca: *mut c_char,
pub ssl_capath: *mut c_char,
pub ssl_cipher: *mut c_char,
pub shared_memory_base_name: *mut c_char,
pub max_allowed_packet: c_ulong,
pub use_ssl: my_bool,
pub compress: my_bool,
pub named_pipe: my_bool,
pub unused1: my_bool,
pub unused2: my_bool,
pub unused3: my_bool,
pub unused4: my_bool,
pub methods_to_use: mysql_option,
pub ci: st_mysql_options__bindgen_ty_1,
pub unused5: my_bool,
pub report_data_truncation: my_bool,
pub local_infile_init: Option<unsafe extern "C" fn(arg1: *mut *mut c_void, arg2: *const c_char, arg3: *mut c_void) -> c_int>,
pub local_infile_read: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut c_char, arg3: c_uint) -> c_int>,
pub local_infile_end: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
pub local_infile_error: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut c_char, arg3: c_uint) -> c_int>,
pub local_infile_userdata: *mut c_void,
pub extension: *mut st_mysql_options_extention,
}
§init_commands: *mut st_mysql_options_st_dynamic_array
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning.
Read more
Uses borrowed data to replace owned data, usually by cloning.
Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.