CubeElement

Trait CubeElement 

Source
pub trait CubeElement:
    Element
    + CubeElem
    + PartialEq
    + Numeric { }
Expand description

The base element trait for the jit backend.

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

Source§

impl CubeElement for f64

Source§

impl CubeElement for i8

Source§

impl CubeElement for i16

Source§

impl CubeElement for i32

Source§

impl CubeElement for i64

Source§

impl CubeElement for u8

Source§

impl CubeElement for u16

Source§

impl CubeElement for u32

Source§

impl CubeElement for u64

Source§

impl CubeElement for flex32

Source§

impl CubeElement for bf16

Source§

impl CubeElement for f16

Implementors§