Trait PackedArrayElement

Source
pub trait PackedArrayElement: GodotType + Sealed { }
Expand description

Marker trait to identify types that can be stored in Packed*Array types.

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

Source§

impl PackedArrayElement for f64

Source§

impl PackedArrayElement for i32

Source§

impl PackedArrayElement for i64

Source§

impl PackedArrayElement for u8

Implementors§