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
next: *mut st_mysql_rows
data: MYSQL_ROW
length: c_ulong
Trait Implementations
impl Debug for st_mysql_rows
[src]
impl Debug for st_mysql_rows
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for st_mysql_rows
[src]
impl Copy for st_mysql_rows
impl Clone for st_mysql_rows
[src]
impl Clone for st_mysql_rows
Auto Trait Implementations
impl !Send for st_mysql_rows
impl !Send for st_mysql_rows
impl !Sync for st_mysql_rows
impl !Sync for st_mysql_rows