Struct mysqlclient_sys::st_mysql_bind
source · #[repr(C)]pub struct st_mysql_bind {Show 19 fields
pub length: *mut c_ulong,
pub is_null: *mut my_bool,
pub buffer: *mut c_void,
pub error: *mut my_bool,
pub u: st_mysql_bind__bindgen_ty_1,
pub store_param_func: Option<unsafe extern "C" fn(net: *mut NET, param: *mut st_mysql_bind)>,
pub fetch_result: Option<unsafe extern "C" fn(arg1: *mut st_mysql_bind, arg2: *mut MYSQL_FIELD, row: *mut *mut c_uchar)>,
pub skip_result: Option<unsafe extern "C" fn(arg1: *mut st_mysql_bind, arg2: *mut MYSQL_FIELD, row: *mut *mut c_uchar)>,
pub buffer_length: c_ulong,
pub offset: c_ulong,
pub length_value: c_ulong,
pub flags: c_uint,
pub pack_length: c_uint,
pub buffer_type: enum_field_types,
pub error_value: my_bool,
pub is_unsigned: my_bool,
pub long_data_used: my_bool,
pub is_null_value: my_bool,
pub extension: *mut c_void,
}
Fields§
§length: *mut c_ulong
§is_null: *mut my_bool
§buffer: *mut c_void
§error: *mut my_bool
§u: st_mysql_bind__bindgen_ty_1
§store_param_func: Option<unsafe extern "C" fn(net: *mut NET, param: *mut st_mysql_bind)>
§fetch_result: Option<unsafe extern "C" fn(arg1: *mut st_mysql_bind, arg2: *mut MYSQL_FIELD, row: *mut *mut c_uchar)>
§skip_result: Option<unsafe extern "C" fn(arg1: *mut st_mysql_bind, arg2: *mut MYSQL_FIELD, row: *mut *mut c_uchar)>
§buffer_length: c_ulong
§offset: c_ulong
§length_value: c_ulong
§flags: c_uint
§pack_length: c_uint
§buffer_type: enum_field_types
§error_value: my_bool
§is_unsigned: my_bool
§long_data_used: my_bool
§is_null_value: my_bool
§extension: *mut c_void
Trait Implementations§
source§impl Clone for st_mysql_bind
impl Clone for st_mysql_bind
source§fn clone(&self) -> st_mysql_bind
fn clone(&self) -> st_mysql_bind
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 moreimpl Copy for st_mysql_bind
Auto Trait Implementations§
impl Freeze for st_mysql_bind
impl RefUnwindSafe for st_mysql_bind
impl !Send for st_mysql_bind
impl !Sync for st_mysql_bind
impl Unpin for st_mysql_bind
impl UnwindSafe for st_mysql_bind
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
)