Struct mysqlclient_sys::st_mysql_res [−][src]
Fields
row_count: my_ulonglong
fields: *mut MYSQL_FIELD
data: *mut MYSQL_DATA
data_cursor: *mut MYSQL_ROWS
lengths: *mut c_ulong
handle: *mut MYSQL
methods: *const st_mysql_methods
row: MYSQL_ROW
current_row: MYSQL_ROW
field_alloc: MEM_ROOT
field_count: c_uint
current_field: c_uint
eof: my_bool
unbuffered_fetch_cancelled: my_bool
extension: *mut c_void
Trait Implementations
impl Debug for st_mysql_res
[src]
[+]
impl Debug for st_mysql_res
impl Copy for st_mysql_res
[src]
impl Copy for st_mysql_res
impl Clone for st_mysql_res
[src]
[+]
impl Clone for st_mysql_res
Auto Trait Implementations
impl !Send for st_mysql_res
impl !Send for st_mysql_res
impl !Sync for st_mysql_res
impl !Sync for st_mysql_res