#[repr(C)]pub struct JSJitExit {
pub kind: u32,
pub reserved: u32,
pub resume_pc: *const u8,
pub resume_stack_top: *mut JSValue,
}Fields§
§kind: u32§reserved: u32§resume_pc: *const u8§resume_stack_top: *mut JSValueTrait Implementations§
Auto Trait Implementations§
impl !Send for JSJitExit
impl !Sync for JSJitExit
impl Freeze for JSJitExit
impl RefUnwindSafe for JSJitExit
impl Unpin for JSJitExit
impl UnsafeUnpin for JSJitExit
impl UnwindSafe for JSJitExit
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