Enum ldscript_parser::AssignOperator
source · pub enum AssignOperator {
Equals,
Plus,
Minus,
Multiply,
Divide,
ShiftLeft,
ShiftRight,
And,
Or,
}
Variants§
Trait Implementations§
source§impl Debug for AssignOperator
impl Debug for AssignOperator
source§impl PartialEq<AssignOperator> for AssignOperator
impl PartialEq<AssignOperator> for AssignOperator
source§fn eq(&self, other: &AssignOperator) -> bool
fn eq(&self, other: &AssignOperator) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.