Trait ConstantValue

Source
pub trait ConstantValue: Sealed + Sized { }
Expand description

A marker trait for types that can be represented as a SPIR-V constant.

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 ConstantValue for Mat4

Available on crate feature gfx-math-types only.
Source§

impl ConstantValue for Vec2

Available on crate feature gfx-math-types only.
Source§

impl ConstantValue for Vec3

Available on crate feature gfx-math-types only.
Source§

impl ConstantValue for Vec4

Available on crate feature gfx-math-types only.
Source§

impl ConstantValue for BVec2

Available on crate feature glam-types only.
Source§

impl ConstantValue for BVec3

Available on crate feature glam-types only.
Source§

impl ConstantValue for BVec4

Available on crate feature glam-types only.
Source§

impl ConstantValue for Mat3

Available on crate feature glam-types only.
Source§

impl ConstantValue for Mat2

Available on crate feature glam-types only.
Source§

impl ConstantValue for Mat3A

Available on crate feature glam-types only.
Source§

impl ConstantValue for Mat4

Available on crate feature glam-types only.
Source§

impl ConstantValue for Vec3A

Available on crate feature glam-types only.
Source§

impl ConstantValue for Vec4

Available on crate feature glam-types only.
Source§

impl ConstantValue for Vec2

Available on crate feature glam-types only.
Source§

impl ConstantValue for Vec3

Available on crate feature glam-types only.
Source§

impl ConstantValue for DMat2

Available on crate feature glam-types only.
Source§

impl ConstantValue for DMat3

Available on crate feature glam-types only.
Source§

impl ConstantValue for DMat4

Available on crate feature glam-types only.
Source§

impl ConstantValue for DVec2

Available on crate feature glam-types only.
Source§

impl ConstantValue for DVec3

Available on crate feature glam-types only.
Source§

impl ConstantValue for DVec4

Available on crate feature glam-types only.
Source§

impl ConstantValue for I16Vec2

Available on crate feature glam-types only.
Source§

impl ConstantValue for I16Vec3

Available on crate feature glam-types only.
Source§

impl ConstantValue for I16Vec4

Available on crate feature glam-types only.
Source§

impl ConstantValue for IVec2

Available on crate feature glam-types only.
Source§

impl ConstantValue for IVec3

Available on crate feature glam-types only.
Source§

impl ConstantValue for IVec4

Available on crate feature glam-types only.
Source§

impl ConstantValue for I64Vec2

Available on crate feature glam-types only.
Source§

impl ConstantValue for I64Vec3

Available on crate feature glam-types only.
Source§

impl ConstantValue for I64Vec4

Available on crate feature glam-types only.
Source§

impl ConstantValue for U16Vec2

Available on crate feature glam-types only.
Source§

impl ConstantValue for U16Vec3

Available on crate feature glam-types only.
Source§

impl ConstantValue for U16Vec4

Available on crate feature glam-types only.
Source§

impl ConstantValue for UVec2

Available on crate feature glam-types only.
Source§

impl ConstantValue for UVec3

Available on crate feature glam-types only.
Source§

impl ConstantValue for UVec4

Available on crate feature glam-types only.
Source§

impl ConstantValue for U64Vec2

Available on crate feature glam-types only.
Source§

impl ConstantValue for U64Vec3

Available on crate feature glam-types only.
Source§

impl ConstantValue for U64Vec4

Available on crate feature glam-types only.

Implementors§