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§
pub 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
.