Crate yuxii

Crate yuxii 

Source

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§

query_old

Structs§

AccessError
Lazy access error
EngineConfig
Entity
ExportedModifier
Filter
Lazy
A type that initialize itself only once on the first access
LockedLazy
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
UnSyncLazy
A version of Lazy whose reference can not be passed to other thread
UnSyncLockedLazy
A RefCell that initializes its content on the first access
World
Yuxii
__StaticInitGeneratorFor_ENGINECONFIG_RESOURCE
__StaticInitGeneratorFor_TIME_RESOURCE

Enums§

FScope
FToken
Modifier

Statics§

ENGINECONFIG_RESOURCE
TABLE_ACCESSERS
TIME_RESOURCE

Traits§

Add
The addition operator +.
BitXor
The bitwise XOR operator ^.
BundleMarker
ComponentInterface
Display
Format trait for an empty format, {}.
Finaly
Trait that must be implemented by #[dynamic(finalize)] statics.
Generator
Generates a value of type T
GeneratorTolerance
LazyAccess
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.
ResourceInterface
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 though a << b and a.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 -.
TableInterface
Uninit
Trait that must be implemented by #[dynamic(prime)] mutable statics.

Attribute Macros§

async_trait
constructor
deserialize
destructor
dynamic
query
serde
serialize
system

Derive Macros§

Bundle
Component
Resource