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