Struct iced_x86::InstructionBlock
source · [−]pub struct InstructionBlock<'a> { /* private fields */ }
Expand description
Contains a slice of instructions that should be encoded by BlockEncoder
Implementations
sourceimpl<'a> InstructionBlock<'a>
impl<'a> InstructionBlock<'a>
sourcepub fn new(instructions: &'a [Instruction], rip: u64) -> Self
pub fn new(instructions: &'a [Instruction], rip: u64) -> Self
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for InstructionBlock<'a>
impl<'a> Send for InstructionBlock<'a>
impl<'a> Sync for InstructionBlock<'a>
impl<'a> Unpin for InstructionBlock<'a>
impl<'a> UnwindSafe for InstructionBlock<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more