nalgebra

Trait Field

Source
pub trait Field:
    SimdValue
    + NumAssign
    + ClosedNeg { }
Expand description

Trait implemented by fields, i.e., complex numbers and floats.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl Field for f32

Source§

impl Field for f64

Implementors§