#[repr(u32)]pub enum VisualScriptMathConstantMathConstant {
One = 0,
Pi = 1,
HalfPi = 2,
Tau = 3,
E = 4,
Sqrt2 = 5,
Inf = 6,
Nan = 7,
Max = 8,
}
Variants§
Trait Implementations§
Source§impl Clone for VisualScriptMathConstantMathConstant
impl Clone for VisualScriptMathConstantMathConstant
Source§fn clone(&self) -> VisualScriptMathConstantMathConstant
fn clone(&self) -> VisualScriptMathConstantMathConstant
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for VisualScriptMathConstantMathConstant
impl PartialEq for VisualScriptMathConstantMathConstant
Source§fn eq(&self, other: &VisualScriptMathConstantMathConstant) -> bool
fn eq(&self, other: &VisualScriptMathConstantMathConstant) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for VisualScriptMathConstantMathConstant
impl Eq for VisualScriptMathConstantMathConstant
impl StructuralPartialEq for VisualScriptMathConstantMathConstant
Auto Trait Implementations§
impl Freeze for VisualScriptMathConstantMathConstant
impl RefUnwindSafe for VisualScriptMathConstantMathConstant
impl Send for VisualScriptMathConstantMathConstant
impl Sync for VisualScriptMathConstantMathConstant
impl Unpin for VisualScriptMathConstantMathConstant
impl UnwindSafe for VisualScriptMathConstantMathConstant
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more