Struct minetest_protocol::wire::command::AddParticlespawnerSpec
source · pub struct AddParticlespawnerSpec {
pub legacy: AddParticleSpawnerLegacy,
}
Fields§
§legacy: AddParticleSpawnerLegacy
Trait Implementations§
source§impl Clone for AddParticlespawnerSpec
impl Clone for AddParticlespawnerSpec
source§fn clone(&self) -> AddParticlespawnerSpec
fn clone(&self) -> AddParticlespawnerSpec
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AddParticlespawnerSpec
impl Debug for AddParticlespawnerSpec
source§impl Deserialize for AddParticlespawnerSpec
impl Deserialize for AddParticlespawnerSpec
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
source§impl From<AddParticlespawnerSpec> for ToClientCommand
impl From<AddParticlespawnerSpec> for ToClientCommand
source§fn from(value: AddParticlespawnerSpec) -> Self
fn from(value: AddParticlespawnerSpec) -> Self
Converts to this type from the input type.
source§impl PartialEq<AddParticlespawnerSpec> for AddParticlespawnerSpec
impl PartialEq<AddParticlespawnerSpec> for AddParticlespawnerSpec
source§fn eq(&self, other: &AddParticlespawnerSpec) -> bool
fn eq(&self, other: &AddParticlespawnerSpec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.