pub struct InfoParticleSystem<'a> {Show 15 fields
pub angles: Angles,
pub cpoint1_parent: bool,
pub cpoint2_parent: bool,
pub cpoint3_parent: bool,
pub cpoint4_parent: bool,
pub cpoint5_parent: bool,
pub cpoint6_parent: bool,
pub cpoint7_parent: bool,
pub effect_name: &'a str,
pub flag_as_weather: bool,
pub origin: Vector,
pub parentname: Option<&'a str>,
pub spawnflags: Option<u32>,
pub start_active: bool,
pub targetname: Option<&'a str>,
}Fields§
§angles: Angles§cpoint1_parent: bool§cpoint2_parent: bool§cpoint3_parent: bool§cpoint4_parent: bool§cpoint5_parent: bool§cpoint6_parent: bool§cpoint7_parent: bool§effect_name: &'a str§flag_as_weather: bool§origin: Vector§parentname: Option<&'a str>§spawnflags: Option<u32>§start_active: bool§targetname: Option<&'a str>Trait Implementations§
Source§impl<'a> Clone for InfoParticleSystem<'a>
impl<'a> Clone for InfoParticleSystem<'a>
Source§fn clone(&self) -> InfoParticleSystem<'a>
fn clone(&self) -> InfoParticleSystem<'a>
Returns a duplicate 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<'a> Debug for InfoParticleSystem<'a>
impl<'a> Debug for InfoParticleSystem<'a>
Source§impl<'de: 'a, 'a> Deserialize<'de> for InfoParticleSystem<'a>
impl<'de: 'a, 'a> Deserialize<'de> for InfoParticleSystem<'a>
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl<'a> Freeze for InfoParticleSystem<'a>
impl<'a> RefUnwindSafe for InfoParticleSystem<'a>
impl<'a> Send for InfoParticleSystem<'a>
impl<'a> Sync for InfoParticleSystem<'a>
impl<'a> Unpin for InfoParticleSystem<'a>
impl<'a> UnwindSafe for InfoParticleSystem<'a>
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