[−][src]Struct mysqlclient_sys::st_mysql
Fields
net: NET
connector_fd: *mut c_uchar
host: *mut c_char
user: *mut c_char
passwd: *mut c_char
unix_socket: *mut c_char
server_version: *mut c_char
host_info: *mut c_char
info: *mut c_char
db: *mut c_char
charset: *mut st_mysql_charset_info_st
fields: *mut MYSQL_FIELD
field_alloc: MEM_ROOT
affected_rows: my_ulonglong
insert_id: my_ulonglong
extra_info: my_ulonglong
thread_id: c_ulong
packet_length: c_ulong
port: c_uint
client_flag: c_ulong
server_capabilities: c_ulong
protocol_version: c_uint
field_count: c_uint
server_status: c_uint
server_language: c_uint
warning_count: c_uint
options: st_mysql_options
status: mysql_status
free_me: my_bool
reconnect: my_bool
scramble: [c_char; 21]
unused1: my_bool
unused2: *mut c_void
unused3: *mut c_void
unused4: *mut c_void
unused5: *mut c_void
stmts: *mut LIST
methods: *const st_mysql_methods
thd: *mut c_void
unbuffered_fetch_owner: *mut my_bool
info_buffer: *mut c_char
extension: *mut c_void
Auto 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,