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

Trait Implementations

source§

impl Clone for character_set

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for character_set

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for character_set