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