pub struct BasicBlock { /* private fields */ }
Implementations§
Source§impl BasicBlock
impl BasicBlock
Sourcepub fn instructions(&self) -> impl Iterator<Item = (&usize, &BlockType)>
pub fn instructions(&self) -> impl Iterator<Item = (&usize, &BlockType)>
Returns an iterator of the address/instruction pairs inside the underlying HashMap.
Auto Trait Implementations§
impl Freeze for BasicBlock
impl RefUnwindSafe for BasicBlock
impl Send for BasicBlock
impl Sync for BasicBlock
impl Unpin for BasicBlock
impl UnwindSafe for BasicBlock
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