Type Alias mysqlclient_sys::MY_CHARSET_INFO

source ·
pub type MY_CHARSET_INFO = character_set;

Aliased Type§

struct MY_CHARSET_INFO {
    pub number: u32,
    pub state: u32,
    pub csname: *const i8,
    pub name: *const i8,
    pub comment: *const i8,
    pub dir: *const i8,
    pub mbminlen: u32,
    pub mbmaxlen: u32,
}

Fields§

§number: u32§state: u32§csname: *const i8§name: *const i8§comment: *const i8§dir: *const i8§mbminlen: u32§mbmaxlen: u32