Type Alias mysqlclient_sys::MARIADB_CHARSET_INFO

source ·
pub type MARIADB_CHARSET_INFO = ma_charset_info_st;

Aliased Type§

struct MARIADB_CHARSET_INFO {
    pub nr: u32,
    pub state: u32,
    pub csname: *const i8,
    pub name: *const i8,
    pub dir: *const i8,
    pub codepage: u32,
    pub encoding: *const i8,
    pub char_minlen: u32,
    pub char_maxlen: u32,
    pub mb_charlen: Option<unsafe extern "C" fn(_: u32) -> u32>,
    pub mb_valid: Option<unsafe extern "C" fn(_: *const i8, _: *const i8) -> u32>,
}

Fields§

§nr: u32§state: u32§csname: *const i8§name: *const i8§dir: *const i8§codepage: u32§encoding: *const i8§char_minlen: u32§char_maxlen: u32§mb_charlen: Option<unsafe extern "C" fn(_: u32) -> u32>§mb_valid: Option<unsafe extern "C" fn(_: *const i8, _: *const i8) -> u32>