Trait JitElement

Source
pub trait JitElement:
    Element
    + CubeElement
    + 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 JitElement for f32

Source§

impl JitElement for f64

Source§

impl JitElement for i8

Source§

impl JitElement for i16

Source§

impl JitElement for i32

Source§

impl JitElement for i64

Source§

impl JitElement for u8

Source§

impl JitElement for u16

Source§

impl JitElement for u32

Source§

impl JitElement for u64

Source§

impl JitElement for flex32

Source§

impl JitElement for bf16

Source§

impl JitElement for f16

Implementors§