Enum darklua_core::nodes::NumberExpression [−][src]
pub enum NumberExpression {
Decimal(DecimalNumber),
Hex(HexNumber),
Binary(BinaryNumber),
}
Variants
Decimal(DecimalNumber)
Tuple Fields of Decimal
Hex(HexNumber)
Tuple Fields of Hex
0: HexNumber
Binary(BinaryNumber)
Tuple Fields of Binary
0: BinaryNumber
Implementations
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