Struct mysqlclient_sys::st_mysql_res[][src]

#[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,
}

Fields

row_count: my_ulonglongfields: *mut MYSQL_FIELDdata: *mut MYSQL_DATAdata_cursor: *mut MYSQL_ROWSlengths: *mut c_ulonghandle: *mut MYSQLmethods: *const st_mysql_methodsrow: MYSQL_ROWcurrent_row: MYSQL_ROWfield_alloc: MEM_ROOTfield_count: c_uintcurrent_field: c_uinteof: my_boolunbuffered_fetch_cancelled: my_boolextension: *mut c_void

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.