Struct gnu_libjit_sys::jit_unwind_context_t
source · [−]#[repr(C)]pub struct jit_unwind_context_t {
pub frame: *mut c_void,
pub cache: *mut c_void,
pub context: jit_context_t,
}Fields
frame: *mut c_voidcache: *mut c_voidcontext: jit_context_tTrait Implementations
sourceimpl Clone for jit_unwind_context_t
impl Clone for jit_unwind_context_t
sourcefn clone(&self) -> jit_unwind_context_t
fn clone(&self) -> jit_unwind_context_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for jit_unwind_context_t
impl Debug for jit_unwind_context_t
impl Copy for jit_unwind_context_t
Auto Trait Implementations
impl RefUnwindSafe for jit_unwind_context_t
impl !Send for jit_unwind_context_t
impl !Sync for jit_unwind_context_t
impl Unpin for jit_unwind_context_t
impl UnwindSafe for jit_unwind_context_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more