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