Trait IntElement

Source
pub trait IntElement:
    CubeElement
    + Int
    + ReducePrecision
where Self::EI: CubeElement, Self::EA: CubeElement,
{ }
Expand description

The int element type 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 IntElement for i8

Source§

impl IntElement for i16

Source§

impl IntElement for i32

Source§

impl IntElement for i64

Source§

impl IntElement for u32

Implementors§