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