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