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