Enum gdnative_visual_script::common::VariantOperator [−]
#[repr(u32)]pub enum VariantOperator { Equal, NotEqual, Less, LessEqual, Greater, GreaterEqual, Add, Subtact, Multiply, Divide, Negate, Positive, Module, Concat, ShiftLeft, ShiftRight, BitAnd, BitOr, BitXor, BitNegate, And, Or, Xor, Not, In, Max, }
Variants
Equal
NotEqual
Less
LessEqual
Greater
GreaterEqual
Add
Subtact
Multiply
Divide
Negate
Positive
Module
Concat
ShiftLeft
ShiftRight
BitAnd
BitOr
BitXor
BitNegate
And
Or
Xor
Not
In
Max
Trait Implementations
impl Hash for VariantOperator
impl Hash for VariantOperator
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl Clone for VariantOperator
impl Clone for VariantOperator
fn clone(&self) -> VariantOperator
fn clone(&self) -> VariantOperator
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for VariantOperator
impl Debug for VariantOperator
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Copy for VariantOperator
impl Copy for VariantOperator
impl Eq for VariantOperator
impl Eq for VariantOperator
impl PartialEq<VariantOperator> for VariantOperator
impl PartialEq<VariantOperator> for VariantOperator
Auto Trait Implementations
impl Send for VariantOperator
impl Send for VariantOperator
impl Sync for VariantOperator
impl Sync for VariantOperator