Struct rbspy_ruby_structs::ruby_2_1_10::rb_global_entry [−][src]
#[repr(C)]pub struct rb_global_entry {
pub var: *mut rb_global_variable,
pub id: ID,
}
Fields
var: *mut rb_global_variable
id: ID
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rb_global_entry
impl !Send for rb_global_entry
impl !Sync for rb_global_entry
impl Unpin for rb_global_entry
impl UnwindSafe for rb_global_entry
Blanket Implementations
Mutably borrows from an owned value. Read more