Enum rustc_const_math::Op 
                   
                       [−]
                   
               [src]
pub enum Op {
    Add,
    Sub,
    Mul,
    Div,
    Rem,
    Shr,
    Shl,
    Neg,
    BitAnd,
    BitOr,
    BitXor,
}Unstable (
rustc_private)Variants
AddUnstable (
rustc_private)SubUnstable (
rustc_private)MulUnstable (
rustc_private)DivUnstable (
rustc_private)RemUnstable (
rustc_private)ShrUnstable (
rustc_private)ShlUnstable (
rustc_private)NegUnstable (
rustc_private)BitAndUnstable (
rustc_private)BitOrUnstable (
rustc_private)BitXorUnstable (
rustc_private)Trait Implementations
Derived Implementations
impl Clone for Op[src]
fn clone(&self) -> Op
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Eq for Op[src]
impl PartialEq for Op[src]
fn eq(&self, __arg_0: &Op) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.