pub enum GuideOp {
Show 17 variants
MulDiv,
AddSub,
AddDiv,
IfElse,
Abs,
At2,
Cat2,
Cos,
Max,
Min,
Mod,
Pin,
Sat2,
Sin,
Sqrt,
Tan,
Val,
}Variants§
Implementations§
Trait Implementations§
impl Copy for GuideOp
impl Eq for GuideOp
impl StructuralPartialEq for GuideOp
Auto Trait Implementations§
impl Freeze for GuideOp
impl RefUnwindSafe for GuideOp
impl Send for GuideOp
impl Sync for GuideOp
impl Unpin for GuideOp
impl UnsafeUnpin for GuideOp
impl UnwindSafe for GuideOp
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