Enum darklua_core::nodes::NumberExpression [−][src]
pub enum NumberExpression {
Decimal(DecimalNumber),
Hex(HexNumber),
Binary(BinaryNumber),
}Variants
Decimal(DecimalNumber)
Tuple Fields
Hex(HexNumber)
Tuple Fields
0: HexNumberBinary(BinaryNumber)
Tuple Fields
0: BinaryNumberImplementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for NumberExpression
impl Send for NumberExpression
impl Sync for NumberExpression
impl Unpin for NumberExpression
impl UnwindSafe for NumberExpression
Blanket Implementations
Mutably borrows from an owned value. Read more
