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
data: *mut MYSQL_ROWS
embedded_info: *mut embedded_query_result
alloc: MEM_ROOT
rows: my_ulonglong
fields: c_uint
extension: *mut c_void
Trait Implementations
impl Debug for st_mysql_data
[src]
impl Debug for st_mysql_data
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_data
[src]
impl Copy for st_mysql_data
impl Clone for st_mysql_data
[src]
impl Clone for st_mysql_data
Auto Trait Implementations
impl !Send for st_mysql_data
impl !Send for st_mysql_data
impl !Sync for st_mysql_data
impl !Sync for st_mysql_data