Struct rbspy_ruby_structs::ruby_2_2_8::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
func: Option<unsafe extern "C" fn() -> VALUE>
invoker: Option<unsafe extern "C" fn(_: Option<unsafe extern "C" fn() -> VALUE>, _: VALUE, _: c_int, _: *const VALUE) -> VALUE>
argc: c_int
Trait Implementations
impl Debug for rb_method_cfunc_struct
[src]
impl Copy for rb_method_cfunc_struct
[src]
impl Clone for rb_method_cfunc_struct
[src]
fn clone(&self) -> rb_method_cfunc_struct
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more