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
impl Clone for character_set
Source§fn clone(&self) -> character_set
fn clone(&self) -> character_set
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more