pub type ComponentId = u16;Available on crate feature
extensions-draft-08 and (32-bit or 64-bit) only.Expand description
A ComponentId that uniquely identifies a component within the scope of an application.
Trait Implementations§
Source§impl From<ComponentType> for ComponentId
impl From<ComponentType> for ComponentId
Source§fn from(value: ComponentType) -> Self
fn from(value: ComponentType) -> Self
Converts to this type from the input type.