Struct rbspy_ruby_structs::ruby_2_1_8::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
impl Debug for rb_global_entry
[src]
impl Copy for rb_global_entry
[src]
impl Clone for rb_global_entry
[src]
fn clone(&self) -> rb_global_entry
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more