#[repr(C)]pub struct Struct__jit_arch_frame {
pub next_frame: *mut _jit_arch_frame_t,
pub return_address: *mut c_void,
}
Fields§
§next_frame: *mut _jit_arch_frame_t
§return_address: *mut c_void
Auto Trait Implementations§
impl Freeze for Struct__jit_arch_frame
impl RefUnwindSafe for Struct__jit_arch_frame
impl !Send for Struct__jit_arch_frame
impl !Sync for Struct__jit_arch_frame
impl Unpin for Struct__jit_arch_frame
impl UnwindSafe for Struct__jit_arch_frame
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