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_rowsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for st_mysql_rows[src]
impl Copy for st_mysql_rowsimpl Clone for st_mysql_rows[src]
impl Clone for st_mysql_rowsAuto Trait Implementations
impl !Send for st_mysql_rows
impl !Send for st_mysql_rowsimpl !Sync for st_mysql_rows
impl !Sync for st_mysql_rows