Struct mysqlclient_sys::st_mysql_field
source · #[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_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§
source§impl Clone for st_mysql_field
impl Clone for st_mysql_field
source§fn clone(&self) -> st_mysql_field
fn clone(&self) -> st_mysql_field
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for st_mysql_field
impl Debug for st_mysql_field
impl Copy for st_mysql_field
Auto Trait Implementations§
impl Freeze for st_mysql_field
impl RefUnwindSafe for st_mysql_field
impl !Send for st_mysql_field
impl !Sync for st_mysql_field
impl Unpin for st_mysql_field
impl UnwindSafe for st_mysql_field
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)