Struct ruru::types::DataTypeFunction []

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

Fields