Union rbspy_ruby_structs::ruby_2_1_8::RNode__bindgen_ty_1 [−][src]
#[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 ID
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RNode__bindgen_ty_1
impl !Send for RNode__bindgen_ty_1
impl !Sync for RNode__bindgen_ty_1
impl Unpin for RNode__bindgen_ty_1
impl UnwindSafe for RNode__bindgen_ty_1
Blanket Implementations
Mutably borrows from an owned value. Read more