Struct rbspy_ruby_structs::ruby_2_1_1::rb_args_info [] [src]

#[repr(C)]
pub struct rb_args_info { pub pre_init: *mut NODE, pub post_init: *mut NODE, pub pre_args_num: c_int, pub post_args_num: c_int, pub first_post_arg: ID, pub rest_arg: ID, pub block_arg: ID, pub kw_args: *mut NODE, pub kw_rest_arg: *mut NODE, pub opt_args: *mut NODE, }

Fields

Trait Implementations

impl Debug for rb_args_info
[src]

[src]

Formats the value using the given formatter.

impl Copy for rb_args_info
[src]

impl Clone for rb_args_info
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more