pub struct LuaEntityCliffNeighbours {
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 LuaEntityCliffNeighbours
impl Clone for LuaEntityCliffNeighbours
Source§fn clone(&self) -> LuaEntityCliffNeighbours
fn clone(&self) -> LuaEntityCliffNeighbours
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 LuaEntityCliffNeighbours
Source§impl Debug for LuaEntityCliffNeighbours
impl Debug for LuaEntityCliffNeighbours
Source§impl Default for LuaEntityCliffNeighbours
impl Default for LuaEntityCliffNeighbours
Source§fn default() -> LuaEntityCliffNeighbours
fn default() -> LuaEntityCliffNeighbours
Returns the “default value” for a type. Read more
Source§impl PartialEq for LuaEntityCliffNeighbours
impl PartialEq for LuaEntityCliffNeighbours
impl StructuralPartialEq for LuaEntityCliffNeighbours
Auto Trait Implementations§
impl Freeze for LuaEntityCliffNeighbours
impl RefUnwindSafe for LuaEntityCliffNeighbours
impl Send for LuaEntityCliffNeighbours
impl Sync for LuaEntityCliffNeighbours
impl Unpin for LuaEntityCliffNeighbours
impl UnsafeUnpin for LuaEntityCliffNeighbours
impl UnwindSafe for LuaEntityCliffNeighbours
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