pub type Integer = i32;
Expand description

An integer, scalar value define as a type alias to allow switching between 32 and 64 bit integers

Trait Implementations§

source§

impl MessageData for i32where i32: Clone,

source§

fn clone_message(&self) -> Box<dyn MessageData, Global>

source§

fn as_any(&self) -> &(dyn Any + 'static)

source§

impl Prefab for i32

source§

impl PropsData for i32where i32: Clone,

source§

fn clone_props(&self) -> Box<dyn PropsData, Global>

source§

fn as_any(&self) -> &(dyn Any + 'static)