Struct mysqlclient_sys::charset_info_st
[−]
[src]
#[repr(C)]pub struct charset_info_st { pub _address: u8, }
Fields
_address: u8
Trait Implementations
impl Debug for charset_info_st[src]
impl Copy for charset_info_st[src]
impl Clone for charset_info_st[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more