#[repr(C)]pub struct jit_insn_iter_t {
pub block: jit_block_t,
pub posn: c_int,
}Fields§
§block: jit_block_t§posn: c_intTrait Implementations§
Source§impl Clone for jit_insn_iter_t
impl Clone for jit_insn_iter_t
Source§fn clone(&self) -> jit_insn_iter_t
fn clone(&self) -> jit_insn_iter_t
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_insn_iter_t
impl Debug for jit_insn_iter_t
impl Copy for jit_insn_iter_t
Auto Trait Implementations§
impl Freeze for jit_insn_iter_t
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§
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