Struct avm_server::ParticleParameters [−][src]
Expand description
Information about the particle that is being executed by the interpreter at the moment
Fields
init_user_id: Stringparticle_id: StringTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ParticleParameters
impl Send for ParticleParameters
impl Sync for ParticleParameters
impl Unpin for ParticleParameters
impl UnwindSafe for ParticleParameters
Blanket Implementations
Mutably borrows from an owned value. Read more