Struct rbspy_ruby_structs::ruby_1_9_3_0::rb_method_cfunc_struct [−][src]
#[repr(C)]pub struct rb_method_cfunc_struct {
pub func: Option<unsafe extern "C" fn() -> VALUE>,
pub argc: c_int,
}
Fields
func: Option<unsafe extern "C" fn() -> VALUE>
argc: c_int
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rb_method_cfunc_struct
impl Send for rb_method_cfunc_struct
impl Sync for rb_method_cfunc_struct
impl Unpin for rb_method_cfunc_struct
impl UnwindSafe for rb_method_cfunc_struct
Blanket Implementations
Mutably borrows from an owned value. Read more