Enum cc6502::compile::VariableValue
source · pub enum VariableValue {
Int(i32),
LowPtr((String, usize)),
HiPtr((String, usize)),
}Variants§
Trait Implementations§
source§impl Debug for VariableValue
impl Debug for VariableValue
source§impl PartialEq<VariableValue> for VariableValue
impl PartialEq<VariableValue> for VariableValue
source§fn eq(&self, other: &VariableValue) -> bool
fn eq(&self, other: &VariableValue) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for VariableValue
Auto Trait Implementations§
impl RefUnwindSafe for VariableValue
impl Send for VariableValue
impl Sync for VariableValue
impl Unpin for VariableValue
impl UnwindSafe for VariableValue
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