Struct mysqlclient_sys::st_mysql_res
source · #[repr(C)]pub struct st_mysql_res {Show 13 fields
pub row_count: c_ulonglong,
pub field_count: c_uint,
pub current_field: c_uint,
pub fields: *mut MYSQL_FIELD,
pub data: *mut MYSQL_DATA,
pub data_cursor: *mut MYSQL_ROWS,
pub field_alloc: MA_MEM_ROOT,
pub row: MYSQL_ROW,
pub current_row: MYSQL_ROW,
pub lengths: *mut c_ulong,
pub handle: *mut MYSQL,
pub eof: my_bool,
pub is_ps: my_bool,
}
Fields§
§row_count: c_ulonglong
§field_count: c_uint
§current_field: c_uint
§fields: *mut MYSQL_FIELD
§data: *mut MYSQL_DATA
§data_cursor: *mut MYSQL_ROWS
§field_alloc: MA_MEM_ROOT
§row: MYSQL_ROW
§current_row: MYSQL_ROW
§lengths: *mut c_ulong
§handle: *mut MYSQL
§eof: my_bool
§is_ps: my_bool
Trait Implementations§
source§impl Clone for st_mysql_res
impl Clone for st_mysql_res
source§fn clone(&self) -> st_mysql_res
fn clone(&self) -> st_mysql_res
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for st_mysql_res
impl Debug for st_mysql_res
impl Copy for st_mysql_res
Auto Trait Implementations§
impl Freeze for st_mysql_res
impl RefUnwindSafe for st_mysql_res
impl !Send for st_mysql_res
impl !Sync for st_mysql_res
impl Unpin for st_mysql_res
impl UnwindSafe for st_mysql_res
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)