Struct minetest_protocol::wire::command::SpawnParticleSpec   
source · pub struct SpawnParticleSpec {
    pub data: ParticleParameters,
}Fields§
§data: ParticleParametersTrait Implementations§
source§impl Clone for SpawnParticleSpec
 
impl Clone for SpawnParticleSpec
source§fn clone(&self) -> SpawnParticleSpec
 
fn clone(&self) -> SpawnParticleSpec
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 SpawnParticleSpec
 
impl Debug for SpawnParticleSpec
source§impl Deserialize for SpawnParticleSpec
 
impl Deserialize for SpawnParticleSpec
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
source§impl From<SpawnParticleSpec> for ToClientCommand
 
impl From<SpawnParticleSpec> for ToClientCommand
source§fn from(value: SpawnParticleSpec) -> Self
 
fn from(value: SpawnParticleSpec) -> Self
Converts to this type from the input type.
source§impl PartialEq<SpawnParticleSpec> for SpawnParticleSpec
 
impl PartialEq<SpawnParticleSpec> for SpawnParticleSpec
source§fn eq(&self, other: &SpawnParticleSpec) -> bool
 
fn eq(&self, other: &SpawnParticleSpec) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.