Type Alias mysqlclient_sys::MYSQL_RES
source · pub type MYSQL_RES = st_mysql_res;
Aliased Type§
struct MYSQL_RES {Show 13 fields
pub row_count: u64,
pub field_count: u32,
pub current_field: u32,
pub fields: *mut st_mysql_field,
pub data: *mut st_mysql_data,
pub data_cursor: *mut st_mysql_rows,
pub field_alloc: st_ma_mem_root,
pub row: *mut *mut i8,
pub current_row: *mut *mut i8,
pub lengths: *mut u64,
pub handle: *mut st_mysql,
pub eof: i8,
pub is_ps: i8,
}
Fields§
§row_count: u64
§field_count: u32
§current_field: u32
§fields: *mut st_mysql_field
§data: *mut st_mysql_data
§data_cursor: *mut st_mysql_rows
§field_alloc: st_ma_mem_root
§row: *mut *mut i8
§current_row: *mut *mut i8
§lengths: *mut u64
§handle: *mut st_mysql
§eof: i8
§is_ps: i8