Struct binaryninja::function::NativeBlock
source · pub struct NativeBlock { /* private fields */ }
Trait Implementations§
source§impl BlockContext for NativeBlock
impl BlockContext for NativeBlock
type Iter = NativeBlockIter
type Instruction = u64
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 moreAuto Trait Implementations§
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