pub type MYSQL_CONST_LEX_STRING = st_mysql_const_lex_string;

Aliased Type§

struct MYSQL_CONST_LEX_STRING {
    pub str_: *const i8,
    pub length: usize,
}

Fields§

§str_: *const i8§length: usize