pub struct FunctionRegistry<T, V>where
T: Numeric,
V: LinalgValue<T>,{ /* private fields */ }Expand description
Registry of linalg functions.
Implementations§
Trait Implementations§
Source§impl<T, V> Clone for FunctionRegistry<T, V>
impl<T, V> Clone for FunctionRegistry<T, V>
Source§fn clone(&self) -> FunctionRegistry<T, V>
fn clone(&self) -> FunctionRegistry<T, V>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<T, V> Default for FunctionRegistry<T, V>where
T: Numeric,
V: LinalgValue<T>,
impl<T, V> Default for FunctionRegistry<T, V>where
T: Numeric,
V: LinalgValue<T>,
Auto Trait Implementations§
impl<T, V> Freeze for FunctionRegistry<T, V>
impl<T, V> !RefUnwindSafe for FunctionRegistry<T, V>
impl<T, V> Send for FunctionRegistry<T, V>
impl<T, V> Sync for FunctionRegistry<T, V>
impl<T, V> Unpin for FunctionRegistry<T, V>
impl<T, V> !UnwindSafe for FunctionRegistry<T, V>
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