Struct binaryninja::llil::LowLevelBlock
source · pub struct LowLevelBlock<'func, A, M, F>{ /* private fields */ }
Trait Implementations§
source§impl<'func, A, M, F> BlockContext for Block<'func, A, M, F>
impl<'func, A, M, F> BlockContext for Block<'func, A, M, F>
type Iter = BlockIter<'func, A, M, F>
type Instruction = Instruction<'func, A, M, F>
fn start(&self, block: &BasicBlock<Self>) -> Instruction<'func, A, M, F>
fn iter(&self, block: &BasicBlock<Self>) -> BlockIter<'func, A, M, F> ⓘ
Auto Trait Implementations§
impl<'func, A, M, F> RefUnwindSafe for Block<'func, A, M, F>where
A: RefUnwindSafe,
F: RefUnwindSafe,
M: RefUnwindSafe,
<A as Architecture>::Handle: RefUnwindSafe,
impl<'func, A, M, F> Send for Block<'func, A, M, F>
impl<'func, A, M, F> Sync for Block<'func, A, M, F>
impl<'func, A, M, F> Unpin for Block<'func, A, M, F>
impl<'func, A, M, F> UnwindSafe for Block<'func, A, M, F>where
A: RefUnwindSafe,
F: RefUnwindSafe,
M: RefUnwindSafe,
<A as Architecture>::Handle: RefUnwindSafe,
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