Type Alias 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§

pub enum ps_field_fetch_func {
    None,
    Some(unsafe extern "C" fn(*mut st_mysql_bind, *const st_mysql_field, *mut *mut u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut st_mysql_bind, *const st_mysql_field, *mut *mut u8))

Some value of type T.