Enum gdnative_visual_script::VisualScriptBuiltinFuncBuiltinFunc[][src]

#[repr(u32)]
pub enum VisualScriptBuiltinFuncBuiltinFunc { MathSin, MathCos, MathTan, MathSinh, MathCosh, MathTanh, MathAsin, MathAcos, MathAtan, MathAtan2, MathSqrt, MathFmod, MathFposmod, MathFloor, MathCeil, MathRound, MathAbs, MathSign, MathPow, MathLog, MathExp, MathIsnan, MathIsinf, MathEase, MathDecimals, MathStepify, MathLerp, MathInverseLerp, MathRangeLerp, MathDectime, MathRandomize, MathRand, MathRandf, MathRandom, MathSeed, MathRandseed, MathDeg2rad, MathRad2deg, MathLinear2db, MathDb2linear, MathPolar2cartesian, MathCartesian2polar, MathWrap, MathWrapf, LogicMax, LogicMin, LogicClamp, LogicNearestPo2, ObjWeakref, FuncFuncref, TypeConvert, TypeOf, TypeExists, TextChar, TextStr, TextPrint, TextPrinterr, TextPrintraw, VarToStr, StrToVar, VarToBytes, BytesToVar, Colorn, FuncMax, }

Variants

Trait Implementations

impl Copy for VisualScriptBuiltinFuncBuiltinFunc
[src]

impl Clone for VisualScriptBuiltinFuncBuiltinFunc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VisualScriptBuiltinFuncBuiltinFunc
[src]

Formats the value using the given formatter. Read more

impl PartialEq for VisualScriptBuiltinFuncBuiltinFunc
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for VisualScriptBuiltinFuncBuiltinFunc
[src]

impl Hash for VisualScriptBuiltinFuncBuiltinFunc
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations