Enum moa_parsing::AssemblyLine
source · pub enum AssemblyLine {
Directive(String, Vec<String>),
Label(String),
Instruction(String, Vec<AssemblyOperand>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AssemblyLine
impl RefUnwindSafe for AssemblyLine
impl Send for AssemblyLine
impl Sync for AssemblyLine
impl Unpin for AssemblyLine
impl UnwindSafe for AssemblyLine
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