pub struct InstructionScheme {
pub identifier: OperationId,
pub target: RegisterId,
pub argument: ArgumentScheme,
}
Fields§
§identifier: OperationId
§target: RegisterId
§argument: ArgumentScheme
Implementations§
Trait Implementations§
Source§impl Clone for InstructionScheme
impl Clone for InstructionScheme
Source§fn clone(&self) -> InstructionScheme
fn clone(&self) -> InstructionScheme
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InstructionScheme
impl Debug for InstructionScheme
Source§impl PartialEq for InstructionScheme
impl PartialEq for InstructionScheme
impl Copy for InstructionScheme
impl Eq for InstructionScheme
impl StructuralPartialEq for InstructionScheme
Auto Trait Implementations§
impl Freeze for InstructionScheme
impl RefUnwindSafe for InstructionScheme
impl Send for InstructionScheme
impl Sync for InstructionScheme
impl Unpin for InstructionScheme
impl UnwindSafe for InstructionScheme
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