[−][src]Struct mysqlclient_sys::st_mysql_stmt
Fields
mem_root: MEM_ROOT
list: LIST
mysql: *mut MYSQL
params: *mut MYSQL_BIND
bind: *mut MYSQL_BIND
fields: *mut MYSQL_FIELD
result: MYSQL_DATA
data_cursor: *mut MYSQL_ROWS
read_row_func: Option<unsafe extern "C" fn(stmt: *mut st_mysql_stmt, row: *mut *mut c_uchar) -> c_int>
affected_rows: my_ulonglong
insert_id: my_ulonglong
stmt_id: c_ulong
flags: c_ulong
prefetch_rows: c_ulong
server_status: c_uint
last_errno: c_uint
param_count: c_uint
field_count: c_uint
state: enum_mysql_stmt_state
last_error: [c_char; 512]
sqlstate: [c_char; 6]
send_types_to_server: my_bool
bind_param_done: my_bool
bind_result_done: c_uchar
unbuffered_fetch_cancelled: my_bool
update_max_length: my_bool
extension: *mut st_mysql_stmt_extension
Auto Trait Implementations
impl Unpin for st_mysql_stmt
impl !Sync for st_mysql_stmt
impl !Send for st_mysql_stmt
impl UnwindSafe for st_mysql_stmt
impl RefUnwindSafe for st_mysql_stmt
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,