Struct mysqlclient_sys::st_mysql_rows [] [src]

#[repr(C)]
pub struct st_mysql_rows { pub next: *mut st_mysql_rows, pub data: MYSQL_ROW, pub length: c_ulong, }

Fields

Trait Implementations

impl Debug for st_mysql_rows
[src]

Formats the value using the given formatter.

impl Copy for st_mysql_rows
[src]

impl Clone for st_mysql_rows
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more