#[repr(C)]
pub struct st_mysql_res {Show 15 fields
pub row_count: my_ulonglong,
pub fields: *mut MYSQL_FIELD,
pub data: *mut MYSQL_DATA,
pub data_cursor: *mut MYSQL_ROWS,
pub lengths: *mut c_ulong,
pub handle: *mut MYSQL,
pub methods: *const st_mysql_methods,
pub row: MYSQL_ROW,
pub current_row: MYSQL_ROW,
pub field_alloc: MEM_ROOT,
pub field_count: c_uint,
pub current_field: c_uint,
pub eof: my_bool,
pub unbuffered_fetch_cancelled: my_bool,
pub extension: *mut c_void,
}
§handle: *mut MYSQL
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.