Type Alias mysqlclient_sys::MYSQL_ROWS

source ·
pub type MYSQL_ROWS = st_mysql_rows;

Aliased Type§

struct MYSQL_ROWS {
    pub next: *mut st_mysql_rows,
    pub data: *mut *mut i8,
    pub length: u64,
}

Fields§

§next: *mut st_mysql_rows§data: *mut *mut i8§length: u64

Trait Implementations

source§

impl Clone for st_mysql_rows

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_rows

source§

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

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

impl Copy for st_mysql_rows