Struct assembly_maps::luz::paths::core::PathWaypointDataSpawner
source · pub struct PathWaypointDataSpawner {
pub rotation: Quaternion,
pub config: WaypointConfig,
}
Expand description
Data for a spawner network waypoint
Fields§
§rotation: Quaternion
§config: WaypointConfig
Trait Implementations§
source§impl Debug for PathWaypointDataSpawner
impl Debug for PathWaypointDataSpawner
Auto Trait Implementations§
impl Freeze for PathWaypointDataSpawner
impl RefUnwindSafe for PathWaypointDataSpawner
impl Send for PathWaypointDataSpawner
impl Sync for PathWaypointDataSpawner
impl Unpin for PathWaypointDataSpawner
impl UnwindSafe for PathWaypointDataSpawner
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