Enum moore_vhdl_syntax::ast::BinaryOp [−][src]
pub enum BinaryOp {}Show 13 variants
Dir(Dir), Logical(LogicalOp), Rel(RelationalOp), Match(RelationalOp), Shift(ShiftOp), Add, Sub, Concat, Mul, Div, Mod, Rem, Pow,
Variants
Tuple Fields of Dir
0: Dir
Tuple Fields of Logical
0: LogicalOp
Tuple Fields of Rel
0: RelationalOp
Tuple Fields of Match
0: RelationalOp
Tuple Fields of Shift
0: ShiftOp
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BinaryOp
impl UnwindSafe for BinaryOp
Blanket Implementations
Mutably borrows from an owned value. Read more