Struct rbspy_ruby_structs::ruby_2_6_6::vm_svar
source · #[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 Send for vm_svar
impl Sync for vm_svar
impl Unpin for vm_svar
impl UnwindSafe for vm_svar
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more