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