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

Trait Implementations

impl Debug for character_set
[src]

Formats the value using the given formatter. Read more

impl Copy for character_set
[src]

impl Clone for character_set
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for character_set

impl !Sync for character_set