pub struct ArithmeticCombinatorParameters {
pub first_constant: i32,
pub first_signal: LuaAny,
pub first_signal_networks: LuaAny,
pub operation: ArithmeticCombinatorParameterOperation,
pub output_signal: LuaAny,
pub second_constant: i32,
pub second_signal: LuaAny,
pub second_signal_networks: LuaAny,
}Fields§
§first_constant: i32§first_signal: LuaAny§first_signal_networks: LuaAny§operation: ArithmeticCombinatorParameterOperation§output_signal: LuaAny§second_constant: i32§second_signal: LuaAny§second_signal_networks: LuaAnyTrait Implementations§
Source§impl Clone for ArithmeticCombinatorParameters
impl Clone for ArithmeticCombinatorParameters
Source§fn clone(&self) -> ArithmeticCombinatorParameters
fn clone(&self) -> ArithmeticCombinatorParameters
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 ArithmeticCombinatorParameters
Source§impl Default for ArithmeticCombinatorParameters
impl Default for ArithmeticCombinatorParameters
Source§fn default() -> ArithmeticCombinatorParameters
fn default() -> ArithmeticCombinatorParameters
Returns the “default value” for a type. Read more
impl StructuralPartialEq for ArithmeticCombinatorParameters
Auto Trait Implementations§
impl Freeze for ArithmeticCombinatorParameters
impl RefUnwindSafe for ArithmeticCombinatorParameters
impl Send for ArithmeticCombinatorParameters
impl Sync for ArithmeticCombinatorParameters
impl Unpin for ArithmeticCombinatorParameters
impl UnsafeUnpin for ArithmeticCombinatorParameters
impl UnwindSafe for ArithmeticCombinatorParameters
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