Struct mysqlclient_sys::st_mysql_bind [] [src]

#[repr(C)]
pub struct st_mysql_bind { pub length: *mut c_ulong, pub is_null: *mut my_bool, pub buffer: *mut c_void, pub error: *mut my_bool, pub row_ptr: *mut c_uchar, pub store_param_func: Option<unsafe extern fn(_: *mut NET, _: *mut st_mysql_bind)>, pub fetch_result: Option<unsafe extern fn(_: *mut st_mysql_bind, _: *mut MYSQL_FIELD, _: *mut *mut c_uchar)>, pub skip_result: Option<unsafe extern fn(_: *mut st_mysql_bind, _: *mut MYSQL_FIELD, _: *mut *mut c_uchar)>, pub buffer_length: c_ulong, pub offset: c_ulong, pub length_value: c_ulong, pub param_number: 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

Trait Implementations

impl Debug for st_mysql_bind
[src]

Formats the value using the given formatter.

impl Copy for st_mysql_bind
[src]

impl Clone for st_mysql_bind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more