Struct endbasic_std::numerics::DtoiFunction
source · [−]pub struct DtoiFunction { /* private fields */ }Expand description
The DTOI function.
Implementations
sourceimpl DtoiFunction
impl DtoiFunction
Trait Implementations
sourceimpl Function for DtoiFunction
impl Function for DtoiFunction
sourcefn metadata(&self) -> &CallableMetadata
fn metadata(&self) -> &CallableMetadata
Returns the metadata for this function. Read more
sourcefn exec<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
args: &'life1 [Expr],
symbols: &'life2 mut Symbols
) -> Pin<Box<dyn Future<Output = FunctionResult> + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Self: 'async_trait,
fn exec<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
args: &'life1 [Expr],
symbols: &'life2 mut Symbols
) -> Pin<Box<dyn Future<Output = FunctionResult> + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Self: 'async_trait,
Executes the function. Read more
Auto Trait Implementations
impl RefUnwindSafe for DtoiFunction
impl Send for DtoiFunction
impl Sync for DtoiFunction
impl Unpin for DtoiFunction
impl UnwindSafe for DtoiFunction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more