Re-exports§
pub use static_init;
Modules§
- lazy
- Provides various implementation of lazily initialized types
- phase
- phases and bits to manipulate them;
- raw_
static - Provides types for statics that are meant to run code before main start or after it exit.
Macros§
Structs§
- Access
Error - Lazy access error
- Engine
Config - Entity
- Exported
Modifier - Filter
- Lazy
- A type that initialize itself only once on the first access
- Locked
Lazy - A mutable locked lazy that initialize its content on the first lock
- Phase
- The lifetime phase of an object, this indicate weither the object was initialized finalized (droped),…
- SEntity
- SNode
- Scene
- Table
- Time
- UnSync
Lazy - A version of Lazy whose reference can not be passed to other thread
- UnSync
Locked Lazy - A RefCell that initializes its content on the first access
- World
- Yuxii
- __
Static Init Generator For_ ENGINECONFIG_ RESOURCE - __
Static Init Generator For_ TIME_ RESOURCE
Enums§
Statics§
Traits§
- Add
- The addition operator
+. - BitXor
- The bitwise XOR operator
^. - Bundle
Marker - Component
Interface - Display
- Format trait for an empty format,
{}. - Finaly
- Trait that must be implemented by #[dynamic(finalize)] statics.
- Generator
- Generates a value of type
T - Generator
Tolerance - Lazy
Access - Helper trait to ease access static lazy associated functions
- Node
- Not
- The unary logical negation operator
!. - Phased
- Trait for objects that know in which phase they are.
- Resource
Interface - Shl
- The left shift operator
<<. Note that because this trait is implemented for all integer types with multiple right-hand-side types, Rust’s type checker has special handling for_ << _, setting the result type for integer operations to the type of the left-hand-side operand. This means that thougha << banda.shl(b)are one and the same from an evaluation standpoint, they are different when it comes to type inference. - Spawner
- Sub
- The subtraction operator
-. - Table
Interface - Uninit
- Trait that must be implemented by #[dynamic(prime)] mutable statics.