pub struct TrainStopBlueprintControlBehavior {Show 16 fields
pub circuit_condition: LuaAny,
pub circuit_enabled: bool,
pub connect_to_logistic_network: bool,
pub input_networks: LuaAny,
pub logistic_condition: LuaAny,
pub output_networks: LuaAny,
pub priority_signal: LuaAny,
pub read_from_train: bool,
pub read_stopped_train: bool,
pub read_trains_count: bool,
pub send_to_train: bool,
pub set_priority: bool,
pub set_trains_limit: bool,
pub train_stopped_signal: LuaAny,
pub trains_count_signal: LuaAny,
pub trains_limit_signal: LuaAny,
}Fields§
§circuit_condition: LuaAny§circuit_enabled: bool§connect_to_logistic_network: bool§input_networks: LuaAny§logistic_condition: LuaAny§output_networks: LuaAny§priority_signal: LuaAny§read_from_train: bool§read_stopped_train: bool§read_trains_count: bool§send_to_train: bool§set_priority: bool§set_trains_limit: bool§train_stopped_signal: LuaAny§trains_count_signal: LuaAny§trains_limit_signal: LuaAnyTrait Implementations§
Source§impl Clone for TrainStopBlueprintControlBehavior
impl Clone for TrainStopBlueprintControlBehavior
Source§fn clone(&self) -> TrainStopBlueprintControlBehavior
fn clone(&self) -> TrainStopBlueprintControlBehavior
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 TrainStopBlueprintControlBehavior
Source§impl Default for TrainStopBlueprintControlBehavior
impl Default for TrainStopBlueprintControlBehavior
Source§fn default() -> TrainStopBlueprintControlBehavior
fn default() -> TrainStopBlueprintControlBehavior
Returns the “default value” for a type. Read more
impl StructuralPartialEq for TrainStopBlueprintControlBehavior
Auto Trait Implementations§
impl Freeze for TrainStopBlueprintControlBehavior
impl RefUnwindSafe for TrainStopBlueprintControlBehavior
impl Send for TrainStopBlueprintControlBehavior
impl Sync for TrainStopBlueprintControlBehavior
impl Unpin for TrainStopBlueprintControlBehavior
impl UnsafeUnpin for TrainStopBlueprintControlBehavior
impl UnwindSafe for TrainStopBlueprintControlBehavior
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