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

wrap_struct_name: *const c_charfunction: RbDataTypeFunctionparent: *const RbDataTypedata: *mut c_voidflags: Value

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.