pub struct FlecsInternals;
Trait Implementations§
Source§impl ComponentId for FlecsInternals
impl ComponentId for FlecsInternals
Source§fn is_registered_with_world<'a>(_: impl WorldProvider<'a>) -> bool
fn is_registered_with_world<'a>(_: impl WorldProvider<'a>) -> bool
checks if the component is registered with a world.
Source§fn id<'a>(_world: impl WorldProvider<'a>) -> ecs_id_t
fn id<'a>(_world: impl WorldProvider<'a>) -> ecs_id_t
returns the component id registered with a particular world. If the component is not registered, it will register it. Read more
fn register_ctor_hook<'a>(world: impl WorldProvider<'a>)where
Self: Default,
Source§impl ComponentInfo for FlecsInternals
impl ComponentInfo for FlecsInternals
Source§impl Debug for FlecsInternals
impl Debug for FlecsInternals
Source§impl Default for FlecsInternals
impl Default for FlecsInternals
Source§fn default() -> FlecsInternals
fn default() -> FlecsInternals
Returns the “default value” for a type. Read more
Source§impl Deref for FlecsInternals
impl Deref for FlecsInternals
Source§impl FlecsConstantId for FlecsInternals
impl FlecsConstantId for FlecsInternals
impl FlecsTrait for FlecsInternals
impl TagComponent for FlecsInternals
Auto Trait Implementations§
impl Freeze for FlecsInternals
impl RefUnwindSafe for FlecsInternals
impl Send for FlecsInternals
impl Sync for FlecsInternals
impl Unpin for FlecsInternals
impl UnwindSafe for FlecsInternals
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more