#[repr(C)]
pub union RNode__bindgen_ty_3 {
pub node: *mut RNode,
pub id: ID,
pub state: c_long,
pub entry: *mut rb_global_entry,
pub args: *mut rb_args_info,
pub cnt: c_long,
pub value: VALUE,
}
Fields
node: *mut RNode
id: ID
state: c_long
entry: *mut rb_global_entry
args: *mut rb_args_info
cnt: c_long
value: VALUE
Trait Implementations
sourceimpl Clone for RNode__bindgen_ty_3
impl Clone for RNode__bindgen_ty_3
sourcefn clone(&self) -> RNode__bindgen_ty_3
fn clone(&self) -> RNode__bindgen_ty_3
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RNode__bindgen_ty_3
impl Debug for RNode__bindgen_ty_3
impl Copy for RNode__bindgen_ty_3
Auto Trait Implementations
impl RefUnwindSafe for RNode__bindgen_ty_3
impl !Send for RNode__bindgen_ty_3
impl !Sync for RNode__bindgen_ty_3
impl Unpin for RNode__bindgen_ty_3
impl UnwindSafe for RNode__bindgen_ty_3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more