Struct rbspy_ruby_structs::ruby_2_1_9::rb_method_cfunc_struct [] [src]

#[repr(C)]
pub struct rb_method_cfunc_struct { pub func: Option<unsafe extern "C" fn() -> VALUE>, pub invoker: Option<unsafe extern "C" fn(_: Option<unsafe extern "C" fn() -> VALUE>, _: VALUE, _: c_int, _: *const VALUE) -> VALUE>, pub argc: c_int, }

Fields

Trait Implementations

impl Debug for rb_method_cfunc_struct
[src]

[src]

Formats the value using the given formatter.

impl Copy for rb_method_cfunc_struct
[src]

impl Clone for rb_method_cfunc_struct
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more