pub struct FuncNumbersLib;Expand description
Library that installs the Func number domain: its domain object, value
class and shape, the fn/call/grad callables, and the promotion rules
that lift scalar number values into constant functions.
Implementations§
Trait Implementations§
Source§impl Default for FuncNumbersLib
impl Default for FuncNumbersLib
Auto Trait Implementations§
impl Freeze for FuncNumbersLib
impl RefUnwindSafe for FuncNumbersLib
impl Send for FuncNumbersLib
impl Sync for FuncNumbersLib
impl Unpin for FuncNumbersLib
impl UnsafeUnpin for FuncNumbersLib
impl UnwindSafe for FuncNumbersLib
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