pub struct InstructionInput {
pub opcode: u32,
pub fphead: Option<CompactInstructionHeader>,
pub pce1_address: u32,
}Fields§
§opcode: u32§fphead: Option<CompactInstructionHeader>§pce1_address: u32Auto Trait Implementations§
impl Freeze for InstructionInput
impl RefUnwindSafe for InstructionInput
impl Send for InstructionInput
impl Sync for InstructionInput
impl Unpin for InstructionInput
impl UnsafeUnpin for InstructionInput
impl UnwindSafe for InstructionInput
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