Struct assembly_maps::luz::paths::core::PathWaypointVariant
source · pub struct PathWaypointVariant<WaypointType> {
pub position: Vector3f,
pub data: WaypointType,
}
Expand description
Path Waypoint
Fields§
§position: Vector3f
§data: WaypointType
Trait Implementations§
source§impl<WaypointType: Debug> Debug for PathWaypointVariant<WaypointType>
impl<WaypointType: Debug> Debug for PathWaypointVariant<WaypointType>
Auto Trait Implementations§
impl<WaypointType> Freeze for PathWaypointVariant<WaypointType>where
WaypointType: Freeze,
impl<WaypointType> RefUnwindSafe for PathWaypointVariant<WaypointType>where
WaypointType: RefUnwindSafe,
impl<WaypointType> Send for PathWaypointVariant<WaypointType>where
WaypointType: Send,
impl<WaypointType> Sync for PathWaypointVariant<WaypointType>where
WaypointType: Sync,
impl<WaypointType> Unpin for PathWaypointVariant<WaypointType>where
WaypointType: Unpin,
impl<WaypointType> UnwindSafe for PathWaypointVariant<WaypointType>where
WaypointType: UnwindSafe,
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