Trait ScalarExt

Source
pub trait ScalarExt:
    Scalar
    + Clone
    + Copy
    + PartialEq
    + PartialOrd
    + Send
    + Sync
    + 'static
    + Debug
    + Display
    + Sum
    + Neg
    + One
    + Zero
    + NumOps
    + NumAssignOps
    + FromPrimitive
    + ToPrimitive { }

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 ScalarExt for f32

Source§

impl ScalarExt for f64

Source§

impl ScalarExt for i8

Source§

impl ScalarExt for i16

Source§

impl ScalarExt for i32

Source§

impl ScalarExt for i64

Source§

impl ScalarExt for i128

Source§

impl ScalarExt for isize

Implementors§