Struct mysqlclient_sys::character_set [−][src]
#[repr(C)]pub struct character_set { pub number: c_uint, pub state: c_uint, pub csname: *const c_char, pub name: *const c_char, pub comment: *const c_char, pub dir: *const c_char, pub mbminlen: c_uint, pub mbmaxlen: c_uint, }
Fields
number: c_uint
state: c_uint
csname: *const c_char
name: *const c_char
comment: *const c_char
dir: *const c_char
mbminlen: c_uint
mbmaxlen: c_uint
Trait Implementations
impl Debug for character_set
[src]
impl Debug for character_set
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for character_set
[src]
impl Copy for character_set
impl Clone for character_set
[src]
impl Clone for character_set
Auto Trait Implementations
impl !Send for character_set
impl !Send for character_set
impl !Sync for character_set
impl !Sync for character_set