[−][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 Copy for st_mysql_field
[src]
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 Debug for st_mysql_field
[src]
Auto Trait Implementations
impl Unpin for st_mysql_field
impl !Sync for st_mysql_field
impl !Send for st_mysql_field
impl UnwindSafe for st_mysql_field
impl RefUnwindSafe for st_mysql_field
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
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, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,