#[repr(C)]
pub union RNode__bindgen_ty_1 {
pub node: *mut RNode,
pub id: ID,
pub value: VALUE,
pub tbl: *mut rb_ast_id_table_t,
}
Fields§
§node: *mut RNode
§id: ID
§value: VALUE
§tbl: *mut rb_ast_id_table_t
Trait Implementations§
source§impl Clone for RNode__bindgen_ty_1
impl Clone for RNode__bindgen_ty_1
source§fn clone(&self) -> RNode__bindgen_ty_1
fn clone(&self) -> RNode__bindgen_ty_1
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