Trait godot::meta::PackedArrayElement

pub trait PackedArrayElement: GodotType + Sealed { }
Expand description

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

Object Safety§

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§