#[repr(C)]pub struct RObject__bindgen_ty_1__bindgen_ty_1 {
pub ivptr: *mut VALUE,
pub iv_index_tbl: *mut rb_id_table,
}Expand description
Fields§
§ivptr: *mut VALUE§Pointer to a C array that holds instance variables.
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.3.8
iv_index_tbl: *mut rb_id_tableThis is a table that holds instance variable name to index mapping. Used when accessing instance variables using names.
@internal
§This is a shortcut for RCLASS_IV_INDEX_TBL([rb_obj_class]obj)).
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.3.8
Trait Implementations§
Source§impl Clone for RObject__bindgen_ty_1__bindgen_ty_1
impl Clone for RObject__bindgen_ty_1__bindgen_ty_1
Source§fn clone(&self) -> RObject__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> RObject__bindgen_ty_1__bindgen_ty_1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RObject__bindgen_ty_1__bindgen_ty_1
impl Eq for RObject__bindgen_ty_1__bindgen_ty_1
impl StructuralPartialEq for RObject__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations§
impl !Send for RObject__bindgen_ty_1__bindgen_ty_1
impl !Sync for RObject__bindgen_ty_1__bindgen_ty_1
impl Freeze for RObject__bindgen_ty_1__bindgen_ty_1
impl RefUnwindSafe for RObject__bindgen_ty_1__bindgen_ty_1
impl Unpin for RObject__bindgen_ty_1__bindgen_ty_1
impl UnsafeUnpin for RObject__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for RObject__bindgen_ty_1__bindgen_ty_1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more