pub struct NativeBlock { /* private fields */ }
Trait Implementations§
source§impl BlockContext for NativeBlock
impl BlockContext for NativeBlock
type Instruction = u64
type InstructionIndex = u64
type Iter = NativeBlockIter
fn start(&self, block: &BasicBlock<Self>) -> u64
fn iter(&self, block: &BasicBlock<Self>) -> NativeBlockIter ⓘ
source§impl Clone for NativeBlock
impl Clone for NativeBlock
source§fn clone(&self) -> NativeBlock
fn clone(&self) -> NativeBlock
Returns a copy 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 NativeBlock
impl Debug for NativeBlock
source§impl Default for NativeBlock
impl Default for NativeBlock
source§impl PartialEq for NativeBlock
impl PartialEq for NativeBlock
impl Eq for NativeBlock
impl StructuralPartialEq for NativeBlock
Auto Trait Implementations§
impl Freeze for NativeBlock
impl RefUnwindSafe for NativeBlock
impl Send for NativeBlock
impl Sync for NativeBlock
impl Unpin for NativeBlock
impl UnwindSafe for NativeBlock
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