#[repr(C)]pub 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_voidTrait Implementations§
Source§impl Clone for _jit_arch_frame
impl Clone for _jit_arch_frame
Source§fn clone(&self) -> _jit_arch_frame
fn clone(&self) -> _jit_arch_frame
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _jit_arch_frame
impl Debug for _jit_arch_frame
impl Copy for _jit_arch_frame
Auto Trait Implementations§
impl Freeze for _jit_arch_frame
impl RefUnwindSafe for _jit_arch_frame
impl !Send for _jit_arch_frame
impl !Sync for _jit_arch_frame
impl Unpin for _jit_arch_frame
impl UnwindSafe for _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