Struct rbspy_ruby_structs::ruby_2_2_1::rb_global_entry [] [src]

#[repr(C)]
pub struct rb_global_entry { pub var: *mut rb_global_variable, pub id: ID, }

Fields

Trait Implementations

impl Debug for rb_global_entry
[src]

[src]

Formats the value using the given formatter.

impl Copy for rb_global_entry
[src]

impl Clone for rb_global_entry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more