MY_CHARSET_INFO

Type Alias MY_CHARSET_INFO 

Source
pub type MY_CHARSET_INFO = character_set;

Aliased Type§

#[repr(C)]
pub 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