pub struct LuaEntityPrototypeCreatedSmoke {
pub initial_height: f32,
pub max_radius: f32,
pub offset_deviation: BoundingBox,
pub offsets: &'static [Vector],
pub smoke_name: &'static str,
pub speed: Vector,
pub speed_from_center: f32,
pub speed_from_center_deviation: f32,
pub speed_multiplier: f32,
pub speed_multiplier_deviation: f32,
pub starting_frame: f32,
pub starting_frame_deviation: f32,
}Fields§
§initial_height: f32§max_radius: f32§offset_deviation: BoundingBox§offsets: &'static [Vector]§smoke_name: &'static str§speed: Vector§speed_from_center: f32§speed_from_center_deviation: f32§speed_multiplier: f32§speed_multiplier_deviation: f32§starting_frame: f32§starting_frame_deviation: f32Trait Implementations§
Source§impl Clone for LuaEntityPrototypeCreatedSmoke
impl Clone for LuaEntityPrototypeCreatedSmoke
Source§fn clone(&self) -> LuaEntityPrototypeCreatedSmoke
fn clone(&self) -> LuaEntityPrototypeCreatedSmoke
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LuaEntityPrototypeCreatedSmoke
Source§impl Default for LuaEntityPrototypeCreatedSmoke
impl Default for LuaEntityPrototypeCreatedSmoke
Source§fn default() -> LuaEntityPrototypeCreatedSmoke
fn default() -> LuaEntityPrototypeCreatedSmoke
Returns the “default value” for a type. Read more
impl StructuralPartialEq for LuaEntityPrototypeCreatedSmoke
Auto Trait Implementations§
impl Freeze for LuaEntityPrototypeCreatedSmoke
impl RefUnwindSafe for LuaEntityPrototypeCreatedSmoke
impl Send for LuaEntityPrototypeCreatedSmoke
impl Sync for LuaEntityPrototypeCreatedSmoke
impl Unpin for LuaEntityPrototypeCreatedSmoke
impl UnsafeUnpin for LuaEntityPrototypeCreatedSmoke
impl UnwindSafe for LuaEntityPrototypeCreatedSmoke
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