pub struct DeciderCombinatorParameters {
pub conditions: &'static [LuaAny],
pub else_outputs: &'static [LuaAny],
pub outputs: &'static [LuaAny],
}Fields§
§conditions: &'static [LuaAny]§else_outputs: &'static [LuaAny]§outputs: &'static [LuaAny]Trait Implementations§
Source§impl Clone for DeciderCombinatorParameters
impl Clone for DeciderCombinatorParameters
Source§fn clone(&self) -> DeciderCombinatorParameters
fn clone(&self) -> DeciderCombinatorParameters
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 DeciderCombinatorParameters
Source§impl Debug for DeciderCombinatorParameters
impl Debug for DeciderCombinatorParameters
Source§impl Default for DeciderCombinatorParameters
impl Default for DeciderCombinatorParameters
Source§fn default() -> DeciderCombinatorParameters
fn default() -> DeciderCombinatorParameters
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeciderCombinatorParameters
Auto Trait Implementations§
impl Freeze for DeciderCombinatorParameters
impl RefUnwindSafe for DeciderCombinatorParameters
impl Send for DeciderCombinatorParameters
impl Sync for DeciderCombinatorParameters
impl Unpin for DeciderCombinatorParameters
impl UnsafeUnpin for DeciderCombinatorParameters
impl UnwindSafe for DeciderCombinatorParameters
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