#[repr(C)]pub struct rb_vm_tag {
pub buf: rb_jmpbuf_t,
pub tag: VALUE,
pub retval: VALUE,
pub prev: *mut rb_vm_tag,
}Fields§
§buf: rb_jmpbuf_t§tag: VALUE§retval: VALUE§prev: *mut rb_vm_tagTrait Implementations§
Auto Trait Implementations§
impl Freeze for rb_vm_tag
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