pub struct FemmFunctionLib;Expand description
The runtime library that installs the FEMM function exports.
Registers femm/model, femm/eval, femm/as-func, femm/field, and
femm/grad as callables so the runtime can build, evaluate, and
differentiate models by name. See the crate README.
Implementations§
Trait Implementations§
Source§impl Default for FemmFunctionLib
impl Default for FemmFunctionLib
Source§impl Lib for FemmFunctionLib
impl Lib for FemmFunctionLib
Auto Trait Implementations§
impl Freeze for FemmFunctionLib
impl RefUnwindSafe for FemmFunctionLib
impl Send for FemmFunctionLib
impl Sync for FemmFunctionLib
impl Unpin for FemmFunctionLib
impl UnsafeUnpin for FemmFunctionLib
impl UnwindSafe for FemmFunctionLib
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