Type Alias mysqlclient_sys::MYSQL_DATA

source ·
pub type MYSQL_DATA = st_mysql_data;

Aliased Type§

struct MYSQL_DATA {
    pub data: *mut st_mysql_rows,
    pub embedded_info: *mut embedded_query_result,
    pub alloc: st_mem_root,
    pub rows: u64,
    pub fields: u32,
    pub extension: *mut c_void,
}

Fields§

§data: *mut st_mysql_rows§embedded_info: *mut embedded_query_result§alloc: st_mem_root§rows: u64§fields: u32§extension: *mut c_void

Trait Implementations

source§

impl Clone for st_mysql_data

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for st_mysql_data

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for st_mysql_data