[−][src]Struct mysqlclient_sys::st_mysql_stmt
Fields
mem_root: MEM_ROOTlist: LISTmysql: *mut MYSQLparams: *mut MYSQL_BINDbind: *mut MYSQL_BINDfields: *mut MYSQL_FIELDresult: MYSQL_DATAdata_cursor: *mut MYSQL_ROWSread_row_func: Option<unsafe extern "C" fn(stmt: *mut st_mysql_stmt, row: *mut *mut c_uchar) -> c_int>affected_rows: my_ulonglonginsert_id: my_ulonglongstmt_id: c_ulongflags: c_ulongprefetch_rows: c_ulongserver_status: c_uintlast_errno: c_uintparam_count: c_uintfield_count: c_uintstate: enum_mysql_stmt_statelast_error: [c_char; 512]sqlstate: [c_char; 6]send_types_to_server: my_boolbind_param_done: my_boolbind_result_done: c_ucharunbuffered_fetch_cancelled: my_boolupdate_max_length: my_boolextension: *mut st_mysql_stmt_extensionAuto 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,