pub struct FuncSmokevolume<'a> {
pub color1: Color,
pub color2: Color,
pub density: f32,
pub densityrampspeed: bool,
pub material: &'a str,
pub model: &'a str,
pub movementspeed: u8,
pub particledrawwidth: u8,
pub particlespacingdistance: u8,
pub rotationspeed: u8,
pub spawnflags: u32,
}Fields§
§color1: Color§color2: Color§density: f32§densityrampspeed: bool§material: &'a str§model: &'a str§movementspeed: u8§particledrawwidth: u8§particlespacingdistance: u8§rotationspeed: u8§spawnflags: u32Trait Implementations§
Source§impl<'a> Clone for FuncSmokevolume<'a>
impl<'a> Clone for FuncSmokevolume<'a>
Source§fn clone(&self) -> FuncSmokevolume<'a>
fn clone(&self) -> FuncSmokevolume<'a>
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<'a> Debug for FuncSmokevolume<'a>
impl<'a> Debug for FuncSmokevolume<'a>
Source§impl<'de: 'a, 'a> Deserialize<'de> for FuncSmokevolume<'a>
impl<'de: 'a, 'a> Deserialize<'de> for FuncSmokevolume<'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 FuncSmokevolume<'a>
impl<'a> RefUnwindSafe for FuncSmokevolume<'a>
impl<'a> Send for FuncSmokevolume<'a>
impl<'a> Sync for FuncSmokevolume<'a>
impl<'a> Unpin for FuncSmokevolume<'a>
impl<'a> UnwindSafe for FuncSmokevolume<'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