Type Alias mariadb_sys::MYSQL_LEX_STRING
source · pub type MYSQL_LEX_STRING = st_mysql_lex_string;
Aliased Type§
struct MYSQL_LEX_STRING {
pub str_: *mut i8,
pub length: usize,
}
Fields§
§str_: *mut i8
§length: usize
pub type MYSQL_LEX_STRING = st_mysql_lex_string;
struct MYSQL_LEX_STRING {
pub str_: *mut i8,
pub length: usize,
}
str_: *mut i8
§length: usize