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§
source§impl<'a> InstructionBlock<'a>
impl<'a> InstructionBlock<'a>
sourcepub const fn new(instructions: &'a [Instruction], rip: u64) -> Self
pub const 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§
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