pub struct Exp;
Trait Implementations§
Source§impl<D: Dialect> FunctionFmt<D> for Exp
impl<D: Dialect> FunctionFmt<D> for Exp
fn base_function_name() -> &'static str
fn half_support() -> bool
fn function_name(elem: Elem<D>) -> String
fn format_unary<Input: Display>( f: &mut Formatter<'_>, input: Input, elem: Elem<D>, ) -> Result
Source§impl<D: Dialect> Unary<D> for Exp
impl<D: Dialect> Unary<D> for Exp
fn format_scalar<Input: Display>( f: &mut Formatter<'_>, input: Input, elem: Elem<D>, ) -> Result
fn can_optimize() -> bool
fn format( f: &mut Formatter<'_>, input: &Variable<D>, out: &Variable<D>, ) -> Result
fn unroll_vec( f: &mut Formatter<'_>, input: &Variable<D>, out: &Variable<D>, out_elem: Elem<D>, index: usize, ) -> Result
Auto Trait Implementations§
impl Freeze for Exp
impl RefUnwindSafe for Exp
impl Send for Exp
impl Sync for Exp
impl Unpin for Exp
impl UnwindSafe for Exp
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