Type Alias mariadb_sys::LEX_STRING

source ·
pub type LEX_STRING = st_mysql_lex_string;

Aliased Type§

struct LEX_STRING {
    pub str_: *mut i8,
    pub length: usize,
}

Fields§

§str_: *mut i8§length: usize