Struct rbspy_ruby_structs::ruby_2_4_8::vm_svar [−][src]
#[repr(C)]pub struct vm_svar {
pub flags: VALUE,
pub cref_or_me: VALUE,
pub lastline: VALUE,
pub backref: VALUE,
pub others: VALUE,
}
Fields
flags: VALUE
cref_or_me: VALUE
lastline: VALUE
backref: VALUE
others: VALUE
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for vm_svar
impl UnwindSafe for vm_svar
Blanket Implementations
Mutably borrows from an owned value. Read more