Struct rutie::rubysys::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

dmark: Option<extern "C" fn(_: *mut c_void)>dfree: Option<extern "C" fn(_: *mut c_void)>dsize: Option<extern "C" fn(_: *const c_void) -> size_t>reserved: [*mut c_void; 2]

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.