Struct assembly_maps::luz::paths::core::PathWaypointDataProperty
source · pub struct PathWaypointDataProperty {}
Expand description
Data for a property (border) path waypoint
Trait Implementations§
source§impl Debug for PathWaypointDataProperty
impl Debug for PathWaypointDataProperty
Auto Trait Implementations§
impl Freeze for PathWaypointDataProperty
impl RefUnwindSafe for PathWaypointDataProperty
impl Send for PathWaypointDataProperty
impl Sync for PathWaypointDataProperty
impl Unpin for PathWaypointDataProperty
impl UnwindSafe for PathWaypointDataProperty
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