#[repr(C)]pub struct rb_box_struct {Show 18 fields
pub box_object: VALUE,
pub box_id: c_long,
pub top_self: VALUE,
pub load_path: VALUE,
pub load_path_snapshot: VALUE,
pub load_path_check_cache: VALUE,
pub expanded_load_path: VALUE,
pub loaded_features: VALUE,
pub loaded_features_snapshot: VALUE,
pub loaded_features_realpaths: VALUE,
pub loaded_features_realpath_map: VALUE,
pub loaded_features_index: *mut st_table,
pub loading_table: *mut st_table,
pub ruby_dln_libmap: VALUE,
pub gvar_tbl: VALUE,
pub classext_cow_classes: *mut st_table,
pub is_user: bool,
pub is_optional: bool,
}Fields§
§box_object: VALUE§box_id: c_long§top_self: VALUE§load_path: VALUE§load_path_snapshot: VALUE§load_path_check_cache: VALUE§expanded_load_path: VALUE§loaded_features: VALUE§loaded_features_snapshot: VALUE§loaded_features_realpaths: VALUE§loaded_features_realpath_map: VALUE§loaded_features_index: *mut st_table§loading_table: *mut st_table§ruby_dln_libmap: VALUE§gvar_tbl: VALUE§classext_cow_classes: *mut st_table§is_user: bool§is_optional: boolTrait Implementations§
Source§impl Clone for rb_box_struct
impl Clone for rb_box_struct
Source§fn clone(&self) -> rb_box_struct
fn clone(&self) -> rb_box_struct
Returns a duplicate 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 moreSource§impl Debug for rb_box_struct
impl Debug for rb_box_struct
impl Copy for rb_box_struct
Auto Trait Implementations§
impl Freeze for rb_box_struct
impl RefUnwindSafe for rb_box_struct
impl !Send for rb_box_struct
impl !Sync for rb_box_struct
impl Unpin for rb_box_struct
impl UnwindSafe for rb_box_struct
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