Struct mysqlclient_sys::st_mysql_field [−][src]
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
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