pub struct LampBlueprintControlBehavior {
pub blue_signal: LuaAny,
pub circuit_condition: LuaAny,
pub circuit_enabled: bool,
pub color_mode: &'static str,
pub connect_to_logistic_network: bool,
pub green_signal: LuaAny,
pub input_networks: LuaAny,
pub logistic_condition: LuaAny,
pub red_signal: LuaAny,
pub rgb_signal: LuaAny,
pub use_colors: bool,
}Fields§
§blue_signal: LuaAny§circuit_condition: LuaAny§circuit_enabled: bool§color_mode: &'static str§connect_to_logistic_network: bool§green_signal: LuaAny§input_networks: LuaAny§logistic_condition: LuaAny§red_signal: LuaAny§rgb_signal: LuaAny§use_colors: boolTrait Implementations§
Source§impl Clone for LampBlueprintControlBehavior
impl Clone for LampBlueprintControlBehavior
Source§fn clone(&self) -> LampBlueprintControlBehavior
fn clone(&self) -> LampBlueprintControlBehavior
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 LampBlueprintControlBehavior
Source§impl Debug for LampBlueprintControlBehavior
impl Debug for LampBlueprintControlBehavior
Source§impl Default for LampBlueprintControlBehavior
impl Default for LampBlueprintControlBehavior
Source§fn default() -> LampBlueprintControlBehavior
fn default() -> LampBlueprintControlBehavior
Returns the “default value” for a type. Read more
impl StructuralPartialEq for LampBlueprintControlBehavior
Auto Trait Implementations§
impl Freeze for LampBlueprintControlBehavior
impl RefUnwindSafe for LampBlueprintControlBehavior
impl Send for LampBlueprintControlBehavior
impl Sync for LampBlueprintControlBehavior
impl Unpin for LampBlueprintControlBehavior
impl UnsafeUnpin for LampBlueprintControlBehavior
impl UnwindSafe for LampBlueprintControlBehavior
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