pub struct InstructionX86 {
pub inst: Instruction,
pub args: Vec<CleanArg>,
}Fields§
§inst: Instruction§args: Vec<CleanArg>Trait Implementations§
Auto Trait Implementations§
impl Freeze for InstructionX86
impl RefUnwindSafe for InstructionX86
impl Send for InstructionX86
impl Sync for InstructionX86
impl Unpin for InstructionX86
impl UnwindSafe for InstructionX86
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