Struct mysqlclient_sys::st_mysql_data
source · #[repr(C)]pub struct st_mysql_data {
pub data: *mut MYSQL_ROWS,
pub embedded_info: *mut embedded_query_result,
pub alloc: MEM_ROOT,
pub rows: my_ulonglong,
pub fields: c_uint,
pub extension: *mut c_void,
}
Fields§
§data: *mut MYSQL_ROWS
§embedded_info: *mut embedded_query_result
§alloc: MEM_ROOT
§rows: my_ulonglong
§fields: c_uint
§extension: *mut c_void
Trait Implementations§
source§impl Clone for st_mysql_data
impl Clone for st_mysql_data
source§impl Debug for st_mysql_data
impl Debug for st_mysql_data
impl Copy for st_mysql_data
Auto Trait Implementations§
impl Freeze for st_mysql_data
impl RefUnwindSafe for st_mysql_data
impl !Send for st_mysql_data
impl !Sync for st_mysql_data
impl Unpin for st_mysql_data
impl UnwindSafe for st_mysql_data
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