#[repr(C)]
pub struct st_mysql {Show 42 fields
pub net: NET,
pub connector_fd: *mut c_uchar,
pub host: *mut c_char,
pub user: *mut c_char,
pub passwd: *mut c_char,
pub unix_socket: *mut c_char,
pub server_version: *mut c_char,
pub host_info: *mut c_char,
pub info: *mut c_char,
pub db: *mut c_char,
pub charset: *mut st_mysql_charset_info_st,
pub fields: *mut MYSQL_FIELD,
pub field_alloc: MEM_ROOT,
pub affected_rows: my_ulonglong,
pub insert_id: my_ulonglong,
pub extra_info: my_ulonglong,
pub thread_id: c_ulong,
pub packet_length: c_ulong,
pub port: c_uint,
pub client_flag: c_ulong,
pub server_capabilities: c_ulong,
pub protocol_version: c_uint,
pub field_count: c_uint,
pub server_status: c_uint,
pub server_language: c_uint,
pub warning_count: c_uint,
pub options: st_mysql_options,
pub status: mysql_status,
pub free_me: my_bool,
pub reconnect: my_bool,
pub scramble: [c_char; 21],
pub unused1: my_bool,
pub unused2: *mut c_void,
pub unused3: *mut c_void,
pub unused4: *mut c_void,
pub unused5: *mut c_void,
pub stmts: *mut LIST,
pub methods: *const st_mysql_methods,
pub thd: *mut c_void,
pub unbuffered_fetch_owner: *mut my_bool,
pub info_buffer: *mut c_char,
pub extension: *mut c_void,
}
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.