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