Struct hiredis_sys::redisReplyObjectFunctions [] [src]

#[repr(C)]
pub struct redisReplyObjectFunctions { pub createString: Option<extern "C" fn(_: *const redisReadTask, _: *mut c_char, _: size_t) -> *mut c_void>, pub createArray: Option<extern "C" fn(_: *const redisReadTask, _: c_int) -> *mut c_void>, pub createInteger: Option<extern "C" fn(_: *const redisReadTask, _: c_longlong) -> *mut c_void>, pub createNil: Option<extern "C" fn(_: *const redisReadTask) -> *mut c_void>, pub freeObject: Option<extern "C" fn(_: *mut c_void)>, }

Fields