pub enum BuiltInFunctionCall2p {
Pow,
Hypot,
Min,
Max,
ArcTan2,
}Variants§
Trait Implementations§
Source§impl Clone for BuiltInFunctionCall2p
impl Clone for BuiltInFunctionCall2p
Source§fn clone(&self) -> BuiltInFunctionCall2p
fn clone(&self) -> BuiltInFunctionCall2p
Returns a duplicate 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 Debug for BuiltInFunctionCall2p
impl Debug for BuiltInFunctionCall2p
impl Copy for BuiltInFunctionCall2p
Auto Trait Implementations§
impl Freeze for BuiltInFunctionCall2p
impl RefUnwindSafe for BuiltInFunctionCall2p
impl Send for BuiltInFunctionCall2p
impl Sync for BuiltInFunctionCall2p
impl Unpin for BuiltInFunctionCall2p
impl UnwindSafe for BuiltInFunctionCall2p
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