pub struct WallBlueprintControlBehavior {
pub circuit_condition: LuaAny,
pub circuit_open_gate: bool,
pub circuit_read_sensor: bool,
pub input_networks: LuaAny,
pub output_networks: LuaAny,
pub output_signal: LuaAny,
}Fields§
§circuit_condition: LuaAny§circuit_open_gate: bool§circuit_read_sensor: bool§input_networks: LuaAny§output_networks: LuaAny§output_signal: LuaAnyTrait Implementations§
Source§impl Clone for WallBlueprintControlBehavior
impl Clone for WallBlueprintControlBehavior
Source§fn clone(&self) -> WallBlueprintControlBehavior
fn clone(&self) -> WallBlueprintControlBehavior
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 WallBlueprintControlBehavior
Source§impl Debug for WallBlueprintControlBehavior
impl Debug for WallBlueprintControlBehavior
Source§impl Default for WallBlueprintControlBehavior
impl Default for WallBlueprintControlBehavior
Source§fn default() -> WallBlueprintControlBehavior
fn default() -> WallBlueprintControlBehavior
Returns the “default value” for a type. Read more
impl StructuralPartialEq for WallBlueprintControlBehavior
Auto Trait Implementations§
impl Freeze for WallBlueprintControlBehavior
impl RefUnwindSafe for WallBlueprintControlBehavior
impl Send for WallBlueprintControlBehavior
impl Sync for WallBlueprintControlBehavior
impl Unpin for WallBlueprintControlBehavior
impl UnsafeUnpin for WallBlueprintControlBehavior
impl UnwindSafe for WallBlueprintControlBehavior
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