[−][src]Struct mysqlclient_sys::st_mysql
Fields
net: NETconnector_fd: *mut c_ucharhost: *mut c_charuser: *mut c_charpasswd: *mut c_charunix_socket: *mut c_charserver_version: *mut c_charhost_info: *mut c_charinfo: *mut c_chardb: *mut c_charcharset: *mut st_mysql_charset_info_stfields: *mut MYSQL_FIELDfield_alloc: MEM_ROOTaffected_rows: my_ulonglonginsert_id: my_ulonglongextra_info: my_ulonglongthread_id: c_ulongpacket_length: c_ulongport: c_uintclient_flag: c_ulongserver_capabilities: c_ulongprotocol_version: c_uintfield_count: c_uintserver_status: c_uintserver_language: c_uintwarning_count: c_uintoptions: st_mysql_optionsstatus: mysql_statusfree_me: my_boolreconnect: my_boolscramble: [c_char; 21]unused1: my_boolunused2: *mut c_voidunused3: *mut c_voidunused4: *mut c_voidunused5: *mut c_voidstmts: *mut LISTmethods: *const st_mysql_methodsthd: *mut c_voidunbuffered_fetch_owner: *mut my_boolinfo_buffer: *mut c_charextension: *mut c_voidAuto Trait Implementations
impl Unpin for st_mysql
impl !Sync for st_mysql
impl !Send for st_mysql
impl UnwindSafe for st_mysql
impl RefUnwindSafe for st_mysql
Blanket Implementations
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,