Struct rutie::rubysys::typed_data::RbDataType[][src]

#[repr(C)]
pub struct RbDataType { pub wrap_struct_name: *const c_char, pub function: RbDataTypeFunction, pub parent: *const RbDataType, pub data: *mut c_void, pub flags: Value, }

Fields

Auto Trait Implementations

impl !Send for RbDataType

impl !Sync for RbDataType