Struct rbspy_ruby_structs::ruby_2_1_2::rb_vm_tag
source · #[repr(C)]pub struct rb_vm_tag {
pub tag: VALUE,
pub retval: VALUE,
pub buf: rb_jmpbuf_t,
pub prev: *mut rb_vm_tag,
}Fields§
§tag: VALUE§retval: VALUE§buf: rb_jmpbuf_t§prev: *mut rb_vm_tagTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for rb_vm_tag
impl !Send for rb_vm_tag
impl !Sync for rb_vm_tag
impl Unpin for rb_vm_tag
impl UnwindSafe for rb_vm_tag
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more