Struct ruby_sys::typed_data::RbDataTypeFunction [] [src]

#[repr(C)]
pub struct RbDataTypeFunction { 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) -> size_t>, pub reserved: [*mut c_void; 2], }

Fields