pub struct WorkerRouteWaypoint {
pub x: f32,
pub y: f32,
pub z: f32,
}Expand description
One outbound travel waypoint for a harvest loop route.
Fields§
§x: f32§y: f32§z: f32Trait Implementations§
Source§impl Clone for WorkerRouteWaypoint
impl Clone for WorkerRouteWaypoint
Source§fn clone(&self) -> WorkerRouteWaypoint
fn clone(&self) -> WorkerRouteWaypoint
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 moreSource§impl Debug for WorkerRouteWaypoint
impl Debug for WorkerRouteWaypoint
Source§impl PartialEq for WorkerRouteWaypoint
impl PartialEq for WorkerRouteWaypoint
impl StructuralPartialEq for WorkerRouteWaypoint
Auto Trait Implementations§
impl Freeze for WorkerRouteWaypoint
impl RefUnwindSafe for WorkerRouteWaypoint
impl Send for WorkerRouteWaypoint
impl Sync for WorkerRouteWaypoint
impl Unpin for WorkerRouteWaypoint
impl UnsafeUnpin for WorkerRouteWaypoint
impl UnwindSafe for WorkerRouteWaypoint
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