ComponentId

Type Alias ComponentId 

Source
pub type ComponentId = u16;
Available on (32-bit or 64-bit) and crate feature extensions-draft-08 only.
Expand description

A ComponentId that uniquely identifies a component within the scope of an application.

Trait Implementations§

Source§

impl From<ComponentType> for ComponentId

Source§

fn from(value: ComponentType) -> Self

Converts to this type from the input type.