pub struct LuaEntityPrototypeLogisticParameters {Show 16 fields
pub charge_approach_distance: f32,
pub charging_distance: f32,
pub charging_energy: f64,
pub charging_station_count: u32,
pub charging_station_shift: LuaAny,
pub charging_threshold_distance: f32,
pub construction_radius: f32,
pub logistic_radius: f32,
pub logistics_connection_distance: f32,
pub robot_limit: u32,
pub robot_vertical_acceleration: f32,
pub robots_shrink_when_entering_and_exiting: bool,
pub spawn_and_station_height: f32,
pub spawn_and_station_shadow_height_offset: f32,
pub stationing_offset: LuaAny,
pub stationing_render_layer_swap_height: f32,
}Fields§
§charge_approach_distance: f32§charging_distance: f32§charging_energy: f64§charging_station_count: u32§charging_station_shift: LuaAny§charging_threshold_distance: f32§construction_radius: f32§logistic_radius: f32§logistics_connection_distance: f32§robot_limit: u32§robot_vertical_acceleration: f32§robots_shrink_when_entering_and_exiting: bool§spawn_and_station_height: f32§spawn_and_station_shadow_height_offset: f32§stationing_offset: LuaAny§stationing_render_layer_swap_height: f32Trait Implementations§
Source§impl Clone for LuaEntityPrototypeLogisticParameters
impl Clone for LuaEntityPrototypeLogisticParameters
Source§fn clone(&self) -> LuaEntityPrototypeLogisticParameters
fn clone(&self) -> LuaEntityPrototypeLogisticParameters
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 LuaEntityPrototypeLogisticParameters
Source§impl Default for LuaEntityPrototypeLogisticParameters
impl Default for LuaEntityPrototypeLogisticParameters
Source§fn default() -> LuaEntityPrototypeLogisticParameters
fn default() -> LuaEntityPrototypeLogisticParameters
Returns the “default value” for a type. Read more
impl StructuralPartialEq for LuaEntityPrototypeLogisticParameters
Auto Trait Implementations§
impl Freeze for LuaEntityPrototypeLogisticParameters
impl RefUnwindSafe for LuaEntityPrototypeLogisticParameters
impl Send for LuaEntityPrototypeLogisticParameters
impl Sync for LuaEntityPrototypeLogisticParameters
impl Unpin for LuaEntityPrototypeLogisticParameters
impl UnsafeUnpin for LuaEntityPrototypeLogisticParameters
impl UnwindSafe for LuaEntityPrototypeLogisticParameters
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