Enum ldscript_parser::UnaryOperator
source · pub enum UnaryOperator {
LogicNot,
Minus,
BitwiseNot,
}
Variants§
Trait Implementations§
source§impl Debug for UnaryOperator
impl Debug for UnaryOperator
source§impl PartialEq<UnaryOperator> for UnaryOperator
impl PartialEq<UnaryOperator> for UnaryOperator
source§fn eq(&self, other: &UnaryOperator) -> bool
fn eq(&self, other: &UnaryOperator) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.