Type Alias mysql_error_info

Source
pub type mysql_error_info = st_mysql_error_info;

Aliased Type§

#[repr(C)]
pub struct mysql_error_info { pub error_no: u32, pub error: [i8; 513], pub sqlstate: [i8; 6], }

Fields§

§error_no: u32§error: [i8; 513]§sqlstate: [i8; 6]