#[repr(C)]
pub union RNode__bindgen_ty_3 {
pub node: *mut RNode,
pub id: ID,
pub state: c_long,
pub entry: *mut global_entry,
pub cnt: c_long,
pub value: VALUE,
/* private fields */
}Fields§
§node: *mut RNode§id: ID§state: c_long§entry: *mut global_entry§cnt: c_long§value: VALUETrait 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