#[repr(C)]pub struct rb_ary_pattern_info {
pub pre_args: *mut NODE,
pub rest_arg: *mut NODE,
pub post_args: *mut NODE,
}
Fields§
§pre_args: *mut NODE
§rest_arg: *mut NODE
§post_args: *mut NODE
Trait Implementations§
source§impl Clone for rb_ary_pattern_info
impl Clone for rb_ary_pattern_info
source§fn clone(&self) -> rb_ary_pattern_info
fn clone(&self) -> rb_ary_pattern_info
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more