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
name: *mut c_char
org_name: *mut c_char
table: *mut c_char
org_table: *mut c_char
db: *mut c_char
catalog: *mut c_char
def: *mut c_char
length: c_ulong
max_length: c_ulong
name_length: c_uint
org_name_length: c_uint
table_length: c_uint
org_table_length: c_uint
db_length: c_uint
catalog_length: c_uint
def_length: c_uint
flags: c_uint
decimals: c_uint
charsetnr: c_uint
type_: enum_field_types
extension: *mut c_void
Trait Implementations
impl Debug for st_mysql_field
[src]
impl Debug for st_mysql_field
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for st_mysql_field
[src]
impl Copy for st_mysql_field
impl Clone for st_mysql_field
[src]
impl Clone for st_mysql_field
Auto Trait Implementations
impl !Send for st_mysql_field
impl !Send for st_mysql_field
impl !Sync for st_mysql_field
impl !Sync for st_mysql_field