pub struct SpawnParticleSpec {
pub data: ParticleParameters,
}
Fields§
§data: ParticleParameters
Trait 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
Source§type Output = SpawnParticleSpec
type Output = SpawnParticleSpec
Output should be Self, except for wrapper types.
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 for SpawnParticleSpec
impl PartialEq for SpawnParticleSpec
Source§impl Serialize for SpawnParticleSpec
impl Serialize for SpawnParticleSpec
type Input = SpawnParticleSpec
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for SpawnParticleSpec
Auto Trait Implementations§
impl Freeze for SpawnParticleSpec
impl RefUnwindSafe for SpawnParticleSpec
impl Send for SpawnParticleSpec
impl Sync for SpawnParticleSpec
impl Unpin for SpawnParticleSpec
impl UnwindSafe for SpawnParticleSpec
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more