Type Alias mysqlclient_sys::ps_field_fetch_func
source · pub type ps_field_fetch_func = Option<unsafe extern "C" fn(r_param: *mut MYSQL_BIND, field: *const MYSQL_FIELD, row: *mut *mut c_uchar)>;
Aliased Type§
enum ps_field_fetch_func {
None,
Some(unsafe extern "C" fn(_: *mut st_mysql_bind, _: *const st_mysql_field, _: *mut *mut u8)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut st_mysql_bind, _: *const st_mysql_field, _: *mut *mut u8))
Some value of type T
.