#[repr(C)]pub struct rb_fnd_pattern_info {
pub pre_rest_arg: *mut NODE,
pub args: *mut NODE,
pub post_rest_arg: *mut NODE,
}
Fields§
§pre_rest_arg: *mut NODE
§args: *mut NODE
§post_rest_arg: *mut NODE
Trait Implementations§
source§impl Clone for rb_fnd_pattern_info
impl Clone for rb_fnd_pattern_info
source§fn clone(&self) -> rb_fnd_pattern_info
fn clone(&self) -> rb_fnd_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