#[repr(C)]
pub union RNode__bindgen_ty_1 {
pub node: *mut RNode,
pub id: ID,
pub value: VALUE,
pub cfunc: Option<unsafe extern "C" fn() -> VALUE>,
pub tbl: *mut ID,
}Fields§
§node: *mut RNode§id: ID§value: VALUE§cfunc: Option<unsafe extern "C" fn() -> VALUE>§tbl: *mut IDTrait 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