pub struct SmokeSource {Show 20 fields
pub deviation: LuaAny,
pub east_position: LuaAny,
pub frequency: f32,
pub height: f32,
pub height_deviation: f32,
pub name: &'static str,
pub north_east_position: LuaAny,
pub north_position: LuaAny,
pub north_west_position: LuaAny,
pub offset: f32,
pub position: LuaAny,
pub south_east_position: LuaAny,
pub south_position: LuaAny,
pub south_west_position: LuaAny,
pub starting_frame: u16,
pub starting_frame_deviation: u16,
pub starting_vertical_speed: f32,
pub starting_vertical_speed_deviation: f32,
pub vertical_speed_slowdown: f32,
pub west_position: LuaAny,
}Fields§
§deviation: LuaAny§east_position: LuaAny§frequency: f32§height: f32§height_deviation: f32§name: &'static str§north_east_position: LuaAny§north_position: LuaAny§north_west_position: LuaAny§offset: f32§position: LuaAny§south_east_position: LuaAny§south_position: LuaAny§south_west_position: LuaAny§starting_frame: u16§starting_frame_deviation: u16§starting_vertical_speed: f32§starting_vertical_speed_deviation: f32§vertical_speed_slowdown: f32§west_position: LuaAnyTrait Implementations§
Source§impl Clone for SmokeSource
impl Clone for SmokeSource
Source§fn clone(&self) -> SmokeSource
fn clone(&self) -> SmokeSource
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 SmokeSource
Source§impl Debug for SmokeSource
impl Debug for SmokeSource
Source§impl Default for SmokeSource
impl Default for SmokeSource
Source§fn default() -> SmokeSource
fn default() -> SmokeSource
Returns the “default value” for a type. Read more
Source§impl PartialEq for SmokeSource
impl PartialEq for SmokeSource
impl StructuralPartialEq for SmokeSource
Auto Trait Implementations§
impl Freeze for SmokeSource
impl RefUnwindSafe for SmokeSource
impl Send for SmokeSource
impl Sync for SmokeSource
impl Unpin for SmokeSource
impl UnsafeUnpin for SmokeSource
impl UnwindSafe for SmokeSource
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