PackedArrayElement

Trait PackedArrayElement 

pub trait PackedArrayElement:
    GodotType
    + Clone
    + ToGodot
    + FromGodot { }
Expand description

Marker trait to identify types that can be stored in PackedArray<T>.

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§

§

impl PackedArrayElement for f32

§

impl PackedArrayElement for f64

§

impl PackedArrayElement for i32

§

impl PackedArrayElement for i64

§

impl PackedArrayElement for u8

Implementors§