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