pub struct LuaEquipmentPrototypeLogisticParameters {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: Vector,
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: Vector,
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: Vector§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: Vector§stationing_render_layer_swap_height: f32Trait Implementations§
Source§impl Clone for LuaEquipmentPrototypeLogisticParameters
impl Clone for LuaEquipmentPrototypeLogisticParameters
Source§fn clone(&self) -> LuaEquipmentPrototypeLogisticParameters
fn clone(&self) -> LuaEquipmentPrototypeLogisticParameters
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 LuaEquipmentPrototypeLogisticParameters
Source§impl Default for LuaEquipmentPrototypeLogisticParameters
impl Default for LuaEquipmentPrototypeLogisticParameters
Source§fn default() -> LuaEquipmentPrototypeLogisticParameters
fn default() -> LuaEquipmentPrototypeLogisticParameters
Returns the “default value” for a type. Read more
impl StructuralPartialEq for LuaEquipmentPrototypeLogisticParameters
Auto Trait Implementations§
impl Freeze for LuaEquipmentPrototypeLogisticParameters
impl RefUnwindSafe for LuaEquipmentPrototypeLogisticParameters
impl Send for LuaEquipmentPrototypeLogisticParameters
impl Sync for LuaEquipmentPrototypeLogisticParameters
impl Unpin for LuaEquipmentPrototypeLogisticParameters
impl UnsafeUnpin for LuaEquipmentPrototypeLogisticParameters
impl UnwindSafe for LuaEquipmentPrototypeLogisticParameters
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