[−][src]Struct mysqlclient_sys::st_mysql_field
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 Clone for st_mysql_field
[src]
fn clone(&self) -> Self
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for st_mysql_field
[src]
impl Debug for st_mysql_field
[src]
Auto Trait Implementations
impl !Send for st_mysql_field
impl !Sync for st_mysql_field
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,