#[repr(C)]
pub union RNode__bindgen_ty_3 {
pub node: *mut RNode,
pub id: ID,
pub state: c_long,
pub args: *mut rb_args_info,
pub apinfo: *mut rb_ary_pattern_info,
pub fpinfo: *mut rb_fnd_pattern_info,
pub value: VALUE,
}
Fields§
§node: *mut RNode
§id: ID
§state: c_long
§args: *mut rb_args_info
§apinfo: *mut rb_ary_pattern_info
§fpinfo: *mut rb_fnd_pattern_info
§value: VALUE
Trait Implementations§
source§impl Clone for RNode__bindgen_ty_3
impl Clone for RNode__bindgen_ty_3
source§fn clone(&self) -> RNode__bindgen_ty_3
fn clone(&self) -> RNode__bindgen_ty_3
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