#[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,
}
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning.
Read more
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.