pub struct InstructionInfo {
pub instruction: Instruction,
pub debug: InstructionDebug,
}Fields§
§instruction: Instruction§debug: InstructionDebugImplementations§
Source§impl InstructionInfo
impl InstructionInfo
pub fn new(instruction: Instruction) -> Self
Auto Trait Implementations§
impl Freeze for InstructionInfo
impl RefUnwindSafe for InstructionInfo
impl Send for InstructionInfo
impl Sync for InstructionInfo
impl Unpin for InstructionInfo
impl UnwindSafe for InstructionInfo
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