#[repr(C)]
pub struct st_mysql_field {
Show 21 fields 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_charorg_name: *mut c_chartable: *mut c_charorg_table: *mut c_chardb: *mut c_charcatalog: *mut c_chardef: *mut c_charlength: c_ulongmax_length: c_ulongname_length: c_uintorg_name_length: c_uinttable_length: c_uintorg_table_length: c_uintdb_length: c_uintcatalog_length: c_uintdef_length: c_uintflags: c_uintdecimals: c_uintcharsetnr: c_uinttype_: enum_field_typesextension: *mut c_void

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.