pub struct LuaLogisticNetworkSelectDropPointParams {
pub members: LuaLogisticNetworkMembers,
pub stack: LuaAny,
}Expand description
Find a logistic point to drop the specific item stack.
Fields§
§members: LuaLogisticNetworkMembersWhen given, it will find from only the specific type of member. If not specified, selects with normal priorities.
stack: LuaAnyName of the item to drop off.
Trait Implementations§
Source§impl Clone for LuaLogisticNetworkSelectDropPointParams
impl Clone for LuaLogisticNetworkSelectDropPointParams
Source§fn clone(&self) -> LuaLogisticNetworkSelectDropPointParams
fn clone(&self) -> LuaLogisticNetworkSelectDropPointParams
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 moreSource§impl Default for LuaLogisticNetworkSelectDropPointParams
impl Default for LuaLogisticNetworkSelectDropPointParams
Source§fn default() -> LuaLogisticNetworkSelectDropPointParams
fn default() -> LuaLogisticNetworkSelectDropPointParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LuaLogisticNetworkSelectDropPointParams
impl RefUnwindSafe for LuaLogisticNetworkSelectDropPointParams
impl Send for LuaLogisticNetworkSelectDropPointParams
impl Sync for LuaLogisticNetworkSelectDropPointParams
impl Unpin for LuaLogisticNetworkSelectDropPointParams
impl UnsafeUnpin for LuaLogisticNetworkSelectDropPointParams
impl UnwindSafe for LuaLogisticNetworkSelectDropPointParams
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