[−][src]Struct mysqlclient_sys::st_mysql_options
Fields
connect_timeout: c_uintread_timeout: c_uintwrite_timeout: c_uintport: c_uintprotocol: c_uintclient_flag: c_ulonghost: *mut c_charuser: *mut c_charpassword: *mut c_charunix_socket: *mut c_chardb: *mut c_charinit_commands: *mut st_mysql_options_st_dynamic_arraymy_cnf_file: *mut c_charmy_cnf_group: *mut c_charcharset_dir: *mut c_charcharset_name: *mut c_charssl_key: *mut c_charssl_cert: *mut c_charssl_ca: *mut c_charssl_capath: *mut c_charssl_cipher: *mut c_charmax_allowed_packet: c_ulonguse_ssl: my_boolcompress: my_boolnamed_pipe: my_boolunused1: my_boolunused2: my_boolunused3: my_boolunused4: my_boolmethods_to_use: mysql_optionci: st_mysql_options__bindgen_ty_1unused5: my_boolreport_data_truncation: my_boollocal_infile_init: Option<unsafe extern "C" fn(arg1: *mut *mut c_void, arg2: *const c_char, arg3: *mut c_void) -> c_int>local_infile_read: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut c_char, arg3: c_uint) -> c_int>local_infile_end: Option<unsafe extern "C" fn(arg1: *mut c_void)>local_infile_error: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut c_char, arg3: c_uint) -> c_int>local_infile_userdata: *mut c_voidextension: *mut st_mysql_options_extentionTrait Implementations
impl Copy for st_mysql_options[src]
impl Clone for st_mysql_options[src]
fn clone(&self) -> Self[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for st_mysql_options[src]
Auto Trait Implementations
impl Unpin for st_mysql_options
impl !Sync for st_mysql_options
impl !Send for st_mysql_options
impl UnwindSafe for st_mysql_options
impl RefUnwindSafe for st_mysql_options
Blanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,