Struct mysqlclient_sys::st_mysql_field [] [src]

#[repr(C)]
pub struct st_mysql_field { pub name: *mut c_char, pub org_name: *mut c_char, pub table: *mut c_char, pub org_table: *mut c_char, pub db: *mut c_char, pub catalog: *mut c_char, pub def: *mut c_char, pub length: c_ulong, pub max_length: c_ulong, pub name_length: c_uint, pub org_name_length: c_uint, pub table_length: c_uint, pub org_table_length: c_uint, pub db_length: c_uint, pub catalog_length: c_uint, pub def_length: c_uint, pub flags: c_uint, pub decimals: c_uint, pub charsetnr: c_uint, pub type_: enum_field_types, pub extension: *mut c_void, }

Fields

Trait Implementations

impl Debug for st_mysql_field
[src]

Formats the value using the given formatter.

impl Copy for st_mysql_field
[src]

impl Clone for st_mysql_field
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more