Struct mysqlclient_sys::st_mysql_data [] [src]

#[repr(C)]
pub struct st_mysql_data { pub data: *mut MYSQL_ROWS, pub embedded_info: *mut embedded_query_result, pub alloc: MEM_ROOT, pub rows: my_ulonglong, pub fields: c_uint, pub extension: *mut c_void, }

Fields

Trait Implementations

impl Debug for st_mysql_data
[src]

Formats the value using the given formatter.

impl Copy for st_mysql_data
[src]

impl Clone for st_mysql_data
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more