Struct gnu_libjit_sys::jit_insn_iter_t
source · [−]#[repr(C)]pub struct jit_insn_iter_t {
pub block: jit_block_t,
pub posn: c_int,
}Fields
block: jit_block_tposn: c_intTrait Implementations
sourceimpl Clone for jit_insn_iter_t
impl Clone for jit_insn_iter_t
sourcefn clone(&self) -> jit_insn_iter_t
fn clone(&self) -> jit_insn_iter_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_insn_iter_t
impl Debug for jit_insn_iter_t
impl Copy for jit_insn_iter_t
Auto Trait Implementations
impl RefUnwindSafe for jit_insn_iter_t
impl !Send for jit_insn_iter_t
impl !Sync for jit_insn_iter_t
impl Unpin for jit_insn_iter_t
impl UnwindSafe for jit_insn_iter_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