Struct ruru::types::DataTypeFunction [] [src]

#[repr(C)]
pub struct DataTypeFunction { pub dmark: Option<extern "C" fn(*mut c_void)>, pub dfree: Option<extern "C" fn(*mut c_void)>, pub dsize: Option<extern "C" fn(*const c_void) -> usize>, pub reserved: [*mut c_void; 2], }

Fields