Skip to main content

DualNumCopy

Trait DualNumCopy 

Source
pub trait DualNumCopy<F>:
    DualNum<F>
    + Copy
    + Send
    + Sync { }
Expand description

A generalized (hyper) dual number that has a static size.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T: DualNum<F> + Copy + Send + Sync, F> DualNumCopy<F> for T