Type Alias mysqlclient_sys::MYSQL_PS_CONVERSION

source ·
pub type MYSQL_PS_CONVERSION = st_mysql_perm_bind;

Aliased Type§

struct MYSQL_PS_CONVERSION {
    pub func: Option<unsafe extern "C" fn(_: *mut st_mysql_bind, _: *const st_mysql_field, _: *mut *mut u8)>,
    pub pack_len: i32,
    pub max_len: u64,
}

Fields§

§func: Option<unsafe extern "C" fn(_: *mut st_mysql_bind, _: *const st_mysql_field, _: *mut *mut u8)>§pack_len: i32§max_len: u64