pub struct Pow;Trait Implementations§
Source§impl<T: Float> Operator<T, { $crate::op!(@count $($eval_arg),+) }> for Pow
impl<T: Float> Operator<T, { $crate::op!(@count $($eval_arg),+) }> for Pow
const NAME: &'static str = "pow"
const INFIX: Option<&'static str> = None
const DISPLAY: &'static str
const ALIASES: &'static [&'static str]
const COMMUTATIVE: bool = false
const ASSOCIATIVE: bool = false
const COMPLEXITY: u16 = 1u16
fn eval(args: &[T; 2]) -> T
fn partial(args: &[T; 2], idx: usize) -> T
Auto Trait Implementations§
impl Freeze for Pow
impl RefUnwindSafe for Pow
impl Send for Pow
impl Sync for Pow
impl Unpin for Pow
impl UnwindSafe for Pow
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