pub struct LuaElectricNetworkFlowLastTick {Show 22 fields
pub accumulator_capacity: f64,
pub accumulator_energy: f64,
pub consumption_satisfaction: f64,
pub lamp_satisfaction: f64,
pub maximum_consumption: f64,
pub maximum_production: f64,
pub primary_demand: f64,
pub primary_demand_usage: f64,
pub primary_output: f64,
pub primary_output_usage: f64,
pub production_satisfaction: f64,
pub secondary_demand: f64,
pub secondary_demand_usage: f64,
pub secondary_output: f64,
pub secondary_output_usage: f64,
pub solar_output: f64,
pub solar_output_usage: f64,
pub tertiary_demand: f64,
pub tertiary_demand_usage: f64,
pub tertiary_output: f64,
pub tertiary_output_usage: f64,
pub total_transfer: f64,
}Fields§
§accumulator_capacity: f64§accumulator_energy: f64§consumption_satisfaction: f64§lamp_satisfaction: f64§maximum_consumption: f64§maximum_production: f64§primary_demand: f64§primary_demand_usage: f64§primary_output: f64§primary_output_usage: f64§production_satisfaction: f64§secondary_demand: f64§secondary_demand_usage: f64§secondary_output: f64§secondary_output_usage: f64§solar_output: f64§solar_output_usage: f64§tertiary_demand: f64§tertiary_demand_usage: f64§tertiary_output: f64§tertiary_output_usage: f64§total_transfer: f64Trait Implementations§
Source§impl Clone for LuaElectricNetworkFlowLastTick
impl Clone for LuaElectricNetworkFlowLastTick
Source§fn clone(&self) -> LuaElectricNetworkFlowLastTick
fn clone(&self) -> LuaElectricNetworkFlowLastTick
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 LuaElectricNetworkFlowLastTick
Source§impl Default for LuaElectricNetworkFlowLastTick
impl Default for LuaElectricNetworkFlowLastTick
Source§fn default() -> LuaElectricNetworkFlowLastTick
fn default() -> LuaElectricNetworkFlowLastTick
Returns the “default value” for a type. Read more
impl StructuralPartialEq for LuaElectricNetworkFlowLastTick
Auto Trait Implementations§
impl Freeze for LuaElectricNetworkFlowLastTick
impl RefUnwindSafe for LuaElectricNetworkFlowLastTick
impl Send for LuaElectricNetworkFlowLastTick
impl Sync for LuaElectricNetworkFlowLastTick
impl Unpin for LuaElectricNetworkFlowLastTick
impl UnsafeUnpin for LuaElectricNetworkFlowLastTick
impl UnwindSafe for LuaElectricNetworkFlowLastTick
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