Enum js::syntax::ast::op::BitOp[src]
pub enum BitOp {
BitAnd,
BitOr,
BitXor,
BitShl,
BitShr,
}A bitwise operation between 2 values
Variants
BitAnd |
|
BitOr |
|
BitXor |
|
BitShl |
|
BitShr |
|
pub enum BitOp {
BitAnd,
BitOr,
BitXor,
BitShl,
BitShr,
}A bitwise operation between 2 values
BitAnd |
|
BitOr |
|
BitXor |
|
BitShl |
|
BitShr |
|
impl Show for BitOpimpl PartialEq for BitOpimpl Clone for BitOpfn clone(&self) -> BitOpfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).